Html Css Color HEX #C33508 Harley Davidson Orange

📋 copy color: '#C33508'

red 195 ◦ green 53 ◦ blue 8

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

Shades of Harley Davidson Orange #C33508

Tints of Harley Davidson Orange #C33508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.7%

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 76.17%
G = 20.7%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C33508 (or 0xC33508) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 08. RGB value is (195,53,8). Sum of RGB (Red+Green+Blue) = 195+53+8=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C33508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33508 is #3CCAF7. Grayscale: #5A5A5A. Windows color (decimal): -3984120 or 538051. OLE color: 538051.

HSL color Cylindrical-coordinate representation of color #C33508: hue angle of 14.44º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C33508 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 8 -
CMYK 0 0.73 0.96 0.24
HSL 14.44º 0.92% 0.4% -
HSV(B) 14.44º 0.96% 0.76% -
XYZ 23.82 14.17 1.71 -
YUV 90.33 81.54 202.66 -
System Red Green Blue C M Y K H S L
Decimal 195 53 8 0 0.73 0.96 0.24 14.44 0.92 0.4
Hex C3 35 8 0 49 60 18 E 5C 28
Octal 303 65 10 0 111 140 30 16 134 50
Binary 11000011 110101 1000 0 1001001 1100000 11000 1110 1011100 101000

Color Harmonies of #C33508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33508

Black with #C33508

Text Example


Text Example

White with #C33508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33508; }

 p { color: rgb(195,53,8); }

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

background-color css

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

 a { background-color: rgb(195,53,8); }

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

border-color css

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

 span { border-color: rgb(195,53,8); }

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