Html Css Color HEX #C42200 Harley Davidson Orange

📋 copy color: '#C42200'

red 196 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #C42200

Tints of Harley Davidson Orange #C42200

RGB

 RED value IS 196 (76.95% from 255) = 85.22%

 GREEN value IS 34 (13.67% from 255) = 14.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.22%
G = 14.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C42200 (or 0xC42200) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 00. RGB value is (196,34,0). Sum of RGB (Red+Green+Blue) = 196+34+0=230 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.22% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 196 - color contains mainly: red. Hex color #C42200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42200 is #3BDDFF. Grayscale: #4E4E4E. Windows color (decimal): -3923456 or 8900. OLE color: 8900.

HSL color Cylindrical-coordinate representation of color #C42200: hue angle of 10.41º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C42200 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 34 0 -
CMYK 0 0.83 1 0.23
HSL 10.41º 1% 0.38% -
HSV(B) 10.41º 1% 0.77% -
XYZ 23.34 12.88 1.26 -
YUV 78.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 196 34 0 0 0.83 1 0.23 10.41 1 0.38
Hex C4 22 0 0 53 64 17 A 64 26
Octal 304 42 0 0 123 144 27 12 144 46
Binary 11000100 100010 0 0 1010011 1100100 10111 1010 1100100 100110

Color Harmonies of #C42200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42200

Black with #C42200

Text Example


Text Example

White with #C42200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42200; }

 p { color: rgb(196,34,0); }

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

background-color css

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

 a { background-color: rgb(196,34,0); }

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

border-color css

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

 span { border-color: rgb(196,34,0); }

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