Html Css Color HEX #C33312 Harley Davidson Orange

📋 copy color: '#C33312'

red 195 ◦ green 51 ◦ blue 18

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

Shades of Harley Davidson Orange #C33312

Tints of Harley Davidson Orange #C33312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 73.86%
G = 19.32%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C33312 (or 0xC33312) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 12. RGB value is (195,51,18). Sum of RGB (Red+Green+Blue) = 195+51+18=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C33312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33312 is #3CCCED. Grayscale: #5A5A5A. Windows color (decimal): -3984622 or 1192899. OLE color: 1192899.

HSL color Cylindrical-coordinate representation of color #C33312: hue angle of 11.19º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C33312 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 18 -
CMYK 0 0.74 0.91 0.24
HSL 11.19º 0.83% 0.42% -
HSV(B) 11.19º 0.91% 0.76% -
XYZ 23.8 14.01 2.02 -
YUV 90.29 87.21 202.68 -
System Red Green Blue C M Y K H S L
Decimal 195 51 18 0 0.74 0.91 0.24 11.19 0.83 0.42
Hex C3 33 12 0 4A 5B 18 B 53 2A
Octal 303 63 22 0 112 133 30 13 123 52
Binary 11000011 110011 10010 0 1001010 1011011 11000 1011 1010011 101010

Color Harmonies of #C33312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33312

Black with #C33312

Text Example


Text Example

White with #C33312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33312; }

 p { color: rgb(195,51,18); }

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

background-color css

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

 a { background-color: rgb(195,51,18); }

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

border-color css

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

 span { border-color: rgb(195,51,18); }

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