Html Css Color HEX #C33418 Harley Davidson Orange

📋 copy color: '#C33418'

red 195 ◦ green 52 ◦ blue 24

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

Shades of Harley Davidson Orange #C33418

Tints of Harley Davidson Orange #C33418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

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

R = 71.96%
G = 19.19%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C33418 (or 0xC33418) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 18. RGB value is (195,52,24). Sum of RGB (Red+Green+Blue) = 195+52+24=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C33418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33418 is #3CCBE7. Grayscale: #5B5B5B. Windows color (decimal): -3984360 or 1586371. OLE color: 1586371.

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

Color convert

RGB 195 52 24 -
CMYK 0 0.73 0.88 0.24
HSL 9.82º 0.78% 0.43% -
HSV(B) 9.82º 0.88% 0.76% -
XYZ 23.9 14.12 2.33 -
YUV 91.57 89.88 201.78 -
System Red Green Blue C M Y K H S L
Decimal 195 52 24 0 0.73 0.88 0.24 9.82 0.78 0.43
Hex C3 34 18 0 49 58 18 A 4E 2B
Octal 303 64 30 0 111 130 30 12 116 53
Binary 11000011 110100 11000 0 1001001 1011000 11000 1010 1001110 101011

Color Harmonies of #C33418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33418

Black with #C33418

Text Example


Text Example

White with #C33418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33418; }

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

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

background-color css

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

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

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

border-color css

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

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

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