Html Css Color HEX #C21D05 Harley Davidson Orange

📋 copy color: '#C21D05'

red 194 ◦ green 29 ◦ blue 5

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

Shades of Harley Davidson Orange #C21D05

Tints of Harley Davidson Orange #C21D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.72%

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

R = 85.09%
G = 12.72%
B = 2.19%

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

#C21D05 (or 0xC21D05) is known color: Harley Davidson Orange. HEX triplet: C2, 1D and 05. RGB value is (194,29,5). Sum of RGB (Red+Green+Blue) = 194+29+5=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D05 is #3DE2FA. Grayscale: #4B4B4B. Windows color (decimal): -4055803 or 335298. OLE color: 335298.

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

Color convert

RGB 194 29 5 -
CMYK 0 0.85 0.97 0.24
HSL 7.62º 0.95% 0.39% -
HSV(B) 7.62º 0.97% 0.76% -
XYZ 22.71 12.36 1.33 -
YUV 75.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 194 29 5 0 0.85 0.97 0.24 7.62 0.95 0.39
Hex C2 1D 5 0 55 61 18 8 5F 27
Octal 302 35 5 0 125 141 30 10 137 47
Binary 11000010 11101 101 0 1010101 1100001 11000 1000 1011111 100111

Color Harmonies of #C21D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D05

Black with #C21D05

Text Example


Text Example

White with #C21D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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