Html Css Color HEX #C33C16 Harley Davidson Orange

📋 copy color: '#C33C16'

red 195 ◦ green 60 ◦ blue 22

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

Shades of Harley Davidson Orange #C33C16

Tints of Harley Davidson Orange #C33C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.66%

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 70.4%
G = 21.66%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C33C16 (or 0xC33C16) is known color: Harley Davidson Orange. HEX triplet: C3, 3C and 16. RGB value is (195,60,22). Sum of RGB (Red+Green+Blue) = 195+60+22=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33C16 is #3CC3E9. Grayscale: #606060. Windows color (decimal): -3982314 or 1457347. OLE color: 1457347.

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

Color convert

RGB 195 60 22 -
CMYK 0 0.69 0.89 0.24
HSL 13.18º 0.8% 0.43% -
HSV(B) 13.18º 0.89% 0.76% -
XYZ 24.27 14.89 2.35 -
YUV 96.03 86.23 198.59 -
System Red Green Blue C M Y K H S L
Decimal 195 60 22 0 0.69 0.89 0.24 13.18 0.8 0.43
Hex C3 3C 16 0 45 59 18 D 50 2B
Octal 303 74 26 0 105 131 30 15 120 53
Binary 11000011 111100 10110 0 1000101 1011001 11000 1101 1010000 101011

Color Harmonies of #C33C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33C16

Black with #C33C16

Text Example


Text Example

White with #C33C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33C16; }

 p { color: rgb(195,60,22); }

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

background-color css

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

 a { background-color: rgb(195,60,22); }

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

border-color css

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

 span { border-color: rgb(195,60,22); }

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