Html Css Color HEX #C22213 Harley Davidson Orange

📋 copy color: '#C22213'

red 194 ◦ green 34 ◦ blue 19

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

Shades of Harley Davidson Orange #C22213

Tints of Harley Davidson Orange #C22213

RGB

 RED value IS 194 (76.17% from 255) = 78.54%

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

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 78.54%
G = 13.77%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C22213 (or 0xC22213) is known color: Harley Davidson Orange. HEX triplet: C2, 22 and 13. RGB value is (194,34,19). Sum of RGB (Red+Green+Blue) = 194+34+19=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C22213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22213 is #3DDDEC. Grayscale: #505050. Windows color (decimal): -4054509 or 1254082. OLE color: 1254082.

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

Color convert

RGB 194 34 19 -
CMYK 0 0.82 0.90 0.24
HSL 5.14º 0.82% 0.42% -
HSV(B) 5.14º 0.9% 0.76% -
XYZ 22.94 12.66 1.85 -
YUV 80.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 194 34 19 0 0.82 0.90 0.24 5.14 0.82 0.42
Hex C2 22 13 0 52 5A 18 5 52 2A
Octal 302 42 23 0 122 132 30 5 122 52
Binary 11000010 100010 10011 0 1010010 1011010 11000 101 1010010 101010

Color Harmonies of #C22213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22213

Black with #C22213

Text Example


Text Example

White with #C22213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22213; }

 p { color: rgb(194,34,19); }

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

background-color css

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

 a { background-color: rgb(194,34,19); }

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

border-color css

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

 span { border-color: rgb(194,34,19); }

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