Html Css Color HEX #C22813 Harley Davidson Orange

📋 copy color: '#C22813'

red 194 ◦ green 40 ◦ blue 19

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

Shades of Harley Davidson Orange #C22813

Tints of Harley Davidson Orange #C22813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

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

R = 76.68%
G = 15.81%
B = 7.51%

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

#C22813 (or 0xC22813) is known color: Harley Davidson Orange. HEX triplet: C2, 28 and 13. RGB value is (194,40,19). Sum of RGB (Red+Green+Blue) = 194+40+19=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C22813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22813 is #3DD7EC. Grayscale: #535353. Windows color (decimal): -4052973 or 1255618. OLE color: 1255618.

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

Color convert

RGB 194 40 19 -
CMYK 0 0.79 0.90 0.24
HSL 7.2º 0.82% 0.42% -
HSV(B) 7.2º 0.9% 0.76% -
XYZ 23.12 13.03 1.91 -
YUV 83.65 91.52 206.71 -
System Red Green Blue C M Y K H S L
Decimal 194 40 19 0 0.79 0.90 0.24 7.2 0.82 0.42
Hex C2 28 13 0 4F 5A 18 7 52 2A
Octal 302 50 23 0 117 132 30 7 122 52
Binary 11000010 101000 10011 0 1001111 1011010 11000 111 1010010 101010

Color Harmonies of #C22813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22813

Black with #C22813

Text Example


Text Example

White with #C22813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22813; }

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

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

background-color css

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

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

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

border-color css

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

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

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