Html Css Color HEX #C22715 Harley Davidson Orange

📋 copy color: '#C22715'

red 194 ◦ green 39 ◦ blue 21

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

Shades of Harley Davidson Orange #C22715

Tints of Harley Davidson Orange #C22715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 76.38%
G = 15.35%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C22715 (or 0xC22715) is known color: Harley Davidson Orange. HEX triplet: C2, 27 and 15. RGB value is (194,39,21). Sum of RGB (Red+Green+Blue) = 194+39+21=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C22715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22715 is #3DD8EA. Grayscale: #535353. Windows color (decimal): -4053227 or 1386434. OLE color: 1386434.

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

Color convert

RGB 194 39 21 -
CMYK 0 0.80 0.89 0.24
HSL 6.24º 0.8% 0.42% -
HSV(B) 6.24º 0.89% 0.76% -
XYZ 23.11 12.97 2 -
YUV 83.29 92.85 206.96 -
System Red Green Blue C M Y K H S L
Decimal 194 39 21 0 0.80 0.89 0.24 6.24 0.8 0.42
Hex C2 27 15 0 50 59 18 6 50 2A
Octal 302 47 25 0 120 131 30 6 120 52
Binary 11000010 100111 10101 0 1010000 1011001 11000 110 1010000 101010

Color Harmonies of #C22715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22715

Black with #C22715

Text Example


Text Example

White with #C22715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22715; }

 p { color: rgb(194,39,21); }

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

background-color css

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

 a { background-color: rgb(194,39,21); }

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

border-color css

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

 span { border-color: rgb(194,39,21); }

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