Html Css Color HEX #C0220F Harley Davidson Orange

📋 copy color: '#C0220F'

red 192 ◦ green 34 ◦ blue 15

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

Shades of Harley Davidson Orange #C0220F

Tints of Harley Davidson Orange #C0220F

RGB

 RED value IS 192 (75.39% from 255) = 79.67%

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 79.67%
G = 14.11%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0220F (or 0xC0220F) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 0F. RGB value is (192,34,15). Sum of RGB (Red+Green+Blue) = 192+34+15=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0220F is #3FDDF0. Grayscale: #4F4F4F. Windows color (decimal): -4185585 or 991936. OLE color: 991936.

HSL color Cylindrical-coordinate representation of color #C0220F: hue angle of 6.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0220F is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 15 -
CMYK 0 0.82 0.92 0.25
HSL 6.44º 0.86% 0.41% -
HSV(B) 6.44º 0.92% 0.75% -
XYZ 22.4 12.39 1.66 -
YUV 79.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 192 34 15 0 0.82 0.92 0.25 6.44 0.86 0.41
Hex C0 22 F 0 52 5C 19 6 56 29
Octal 300 42 17 0 122 134 31 6 126 51
Binary 11000000 100010 1111 0 1010010 1011100 11001 110 1010110 101001

Color Harmonies of #C0220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0220F

Black with #C0220F

Text Example


Text Example

White with #C0220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0220F; }

 p { color: rgb(192,34,15); }

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

background-color css

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

 a { background-color: rgb(192,34,15); }

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

border-color css

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

 span { border-color: rgb(192,34,15); }

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