Html Css Color HEX #C5431F Harley Davidson Orange

📋 copy color: '#C5431F'

red 197 ◦ green 67 ◦ blue 31

#C5431F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C5431F

Tints of Harley Davidson Orange #C5431F

RGB

 RED value IS 197 (77.34% from 255) = 66.78%

 GREEN value IS 67 (26.56% from 255) = 22.71%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 66.78%
G = 22.71%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C5431F (or 0xC5431F) is known color: Harley Davidson Orange. HEX triplet: C5, 43 and 1F. RGB value is (197,67,31). Sum of RGB (Red+Green+Blue) = 197+67+31=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5431F is #3ABCE0. Grayscale: #666666. Windows color (decimal): -3849441 or 2048965. OLE color: 2048965.

HSL color Cylindrical-coordinate representation of color #C5431F: hue angle of 13.01º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5431F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 67 31 -
CMYK 0 0.66 0.84 0.23
HSL 13.01º 0.73% 0.45% -
HSV(B) 13.01º 0.84% 0.77% -
XYZ 25.28 15.98 3.05 -
YUV 101.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 197 67 31 0 0.66 0.84 0.23 13.01 0.73 0.45
Hex C5 43 1F 0 42 54 17 D 49 2D
Octal 305 103 37 0 102 124 27 15 111 55
Binary 11000101 1000011 11111 0 1000010 1010100 10111 1101 1001001 101101

Color Harmonies of #C5431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5431F

Black with #C5431F

Text Example


Text Example

White with #C5431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5431F; }

 p { color: rgb(197,67,31); }

 H1.HeaderClassName
 {
   color: #C5431F;
 }
 .AnyTagClassName
 {
   color: #C5431F;
 }
</style>

background-color css

<style>
 a { background-color: #C5431F; }

 a { background-color: rgb(197,67,31); }

 div.DivClassName
 {
   background-color: #C5431F;
 }
 .BgClassName
 {
   background-color: #C5431F;
 }
</style>

border-color css

<style>
 span { border-color: #C5431F; }

 span { border-color: rgb(197,67,31); }

 td.TdClassName
 {
   border-color: #C5431F;
 }
 .TagClassName
 {
   border-color: #C5431F;
 }
</style>