Html Css Color HEX #C22913 Harley Davidson Orange

📋 copy color: '#C22913'

red 194 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #C22913

Tints of Harley Davidson Orange #C22913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

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

R = 76.38%
G = 16.14%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C22913 (or 0xC22913) is known color: Harley Davidson Orange. HEX triplet: C2, 29 and 13. RGB value is (194,41,19). Sum of RGB (Red+Green+Blue) = 194+41+19=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C22913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22913 is #3DD6EC. Grayscale: #545454. Windows color (decimal): -4052717 or 1255874. OLE color: 1255874.

HSL color Cylindrical-coordinate representation of color #C22913: hue angle of 7.54º 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 #C22913 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 41 19 -
CMYK 0 0.79 0.90 0.24
HSL 7.54º 0.82% 0.42% -
HSV(B) 7.54º 0.9% 0.76% -
XYZ 23.16 13.1 1.92 -
YUV 84.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 194 41 19 0 0.79 0.90 0.24 7.54 0.82 0.42
Hex C2 29 13 0 4F 5A 18 8 52 2A
Octal 302 51 23 0 117 132 30 10 122 52
Binary 11000010 101001 10011 0 1001111 1011010 11000 1000 1010010 101010

Color Harmonies of #C22913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22913

Black with #C22913

Text Example


Text Example

White with #C22913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22913; }

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

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

background-color css

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

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

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

border-color css

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

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

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