Html Css Color HEX #C21E05 Harley Davidson Orange

📋 copy color: '#C21E05'

red 194 ◦ green 30 ◦ blue 5

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

Shades of Harley Davidson Orange #C21E05

Tints of Harley Davidson Orange #C21E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.1%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 84.72%
G = 13.1%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C21E05 (or 0xC21E05) is known color: Harley Davidson Orange. HEX triplet: C2, 1E and 05. RGB value is (194,30,5). Sum of RGB (Red+Green+Blue) = 194+30+5=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E05 is #3DE1FA. Grayscale: #4C4C4C. Windows color (decimal): -4055547 or 335554. OLE color: 335554.

HSL color Cylindrical-coordinate representation of color #C21E05: hue angle of 7.94º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C21E05 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 5 -
CMYK 0 0.85 0.97 0.24
HSL 7.94º 0.95% 0.39% -
HSV(B) 7.94º 0.97% 0.76% -
XYZ 22.74 12.41 1.34 -
YUV 76.19 87.83 212.03 -
System Red Green Blue C M Y K H S L
Decimal 194 30 5 0 0.85 0.97 0.24 7.94 0.95 0.39
Hex C2 1E 5 0 55 61 18 8 5F 27
Octal 302 36 5 0 125 141 30 10 137 47
Binary 11000010 11110 101 0 1010101 1100001 11000 1000 1011111 100111

Color Harmonies of #C21E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E05

Black with #C21E05

Text Example


Text Example

White with #C21E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E05; }

 p { color: rgb(194,30,5); }

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

background-color css

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

 a { background-color: rgb(194,30,5); }

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

border-color css

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

 span { border-color: rgb(194,30,5); }

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