Html Css Color HEX #C54318 Harley Davidson Orange

📋 copy color: '#C54318'

red 197 ◦ green 67 ◦ blue 24

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

Shades of Harley Davidson Orange #C54318

Tints of Harley Davidson Orange #C54318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 68.4%
G = 23.26%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C54318 (or 0xC54318) is known color: Harley Davidson Orange. HEX triplet: C5, 43 and 18. RGB value is (197,67,24). Sum of RGB (Red+Green+Blue) = 197+67+24=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C54318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54318 is #3ABCE7. Grayscale: #656565. Windows color (decimal): -3849448 or 1590213. OLE color: 1590213.

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

Color convert

RGB 197 67 24 -
CMYK 0 0.66 0.88 0.23
HSL 14.91º 0.78% 0.43% -
HSV(B) 14.91º 0.88% 0.77% -
XYZ 25.2 15.95 2.61 -
YUV 100.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 197 67 24 0 0.66 0.88 0.23 14.91 0.78 0.43
Hex C5 43 18 0 42 58 17 F 4E 2B
Octal 305 103 30 0 102 130 27 17 116 53
Binary 11000101 1000011 11000 0 1000010 1011000 10111 1111 1001110 101011

Color Harmonies of #C54318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54318

Black with #C54318

Text Example


Text Example

White with #C54318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54318; }

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

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

background-color css

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

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

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

border-color css

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

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

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