Html Css Color HEX #C33F18 Harley Davidson Orange

📋 copy color: '#C33F18'

red 195 ◦ green 63 ◦ blue 24

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

Shades of Harley Davidson Orange #C33F18

Tints of Harley Davidson Orange #C33F18

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 69.15%
G = 22.34%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C33F18 (or 0xC33F18) is known color: Harley Davidson Orange. HEX triplet: C3, 3F and 18. RGB value is (195,63,24). Sum of RGB (Red+Green+Blue) = 195+63+24=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33F18 is #3CC0E7. Grayscale: #626262. Windows color (decimal): -3981544 or 1589187. OLE color: 1589187.

HSL color Cylindrical-coordinate representation of color #C33F18: hue angle of 13.68º 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 #C33F18 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 63 24 -
CMYK 0 0.68 0.88 0.24
HSL 13.68º 0.78% 0.43% -
HSV(B) 13.68º 0.88% 0.76% -
XYZ 24.45 15.22 2.51 -
YUV 98.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 195 63 24 0 0.68 0.88 0.24 13.68 0.78 0.43
Hex C3 3F 18 0 44 58 18 E 4E 2B
Octal 303 77 30 0 104 130 30 16 116 53
Binary 11000011 111111 11000 0 1000100 1011000 11000 1110 1001110 101011

Color Harmonies of #C33F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F18

Black with #C33F18

Text Example


Text Example

White with #C33F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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