Html Css Color HEX #C32918 Harley Davidson Orange

📋 copy color: '#C32918'

red 195 ◦ green 41 ◦ blue 24

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

Shades of Harley Davidson Orange #C32918

Tints of Harley Davidson Orange #C32918

RGB

 RED value IS 195 (76.56% from 255) = 75%

 GREEN value IS 41 (16.41% from 255) = 15.77%

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

R = 75%
G = 15.77%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C32918 (or 0xC32918) is known color: Harley Davidson Orange. HEX triplet: C3, 29 and 18. RGB value is (195,41,24). Sum of RGB (Red+Green+Blue) = 195+41+24=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C32918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32918 is #3CD6E7. Grayscale: #555555. Windows color (decimal): -3987176 or 1583555. OLE color: 1583555.

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

Color convert

RGB 195 41 24 -
CMYK 0 0.79 0.88 0.24
HSL 5.96º 0.78% 0.43% -
HSV(B) 5.96º 0.88% 0.76% -
XYZ 23.46 13.25 2.19 -
YUV 85.11 93.52 206.38 -
System Red Green Blue C M Y K H S L
Decimal 195 41 24 0 0.79 0.88 0.24 5.96 0.78 0.43
Hex C3 29 18 0 4F 58 18 6 4E 2B
Octal 303 51 30 0 117 130 30 6 116 53
Binary 11000011 101001 11000 0 1001111 1011000 11000 110 1001110 101011

Color Harmonies of #C32918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32918

Black with #C32918

Text Example


Text Example

White with #C32918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32918; }

 p { color: rgb(195,41,24); }

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

background-color css

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

 a { background-color: rgb(195,41,24); }

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

border-color css

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

 span { border-color: rgb(195,41,24); }

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