Html Css Color HEX #C21C05 Harley Davidson Orange

📋 copy color: '#C21C05'

red 194 ◦ green 28 ◦ blue 5

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

Shades of Harley Davidson Orange #C21C05

Tints of Harley Davidson Orange #C21C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.33%

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

R = 85.46%
G = 12.33%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C21C05 (or 0xC21C05) is known color: Harley Davidson Orange. HEX triplet: C2, 1C and 05. RGB value is (194,28,5). Sum of RGB (Red+Green+Blue) = 194+28+5=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C05 is #3DE3FA. Grayscale: #4B4B4B. Windows color (decimal): -4056059 or 335042. OLE color: 335042.

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

Color convert

RGB 194 28 5 -
CMYK 0 0.86 0.97 0.24
HSL 7.3º 0.95% 0.39% -
HSV(B) 7.3º 0.97% 0.76% -
XYZ 22.69 12.31 1.32 -
YUV 75.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 194 28 5 0 0.86 0.97 0.24 7.3 0.95 0.39
Hex C2 1C 5 0 56 61 18 7 5F 27
Octal 302 34 5 0 126 141 30 7 137 47
Binary 11000010 11100 101 0 1010110 1100001 11000 111 1011111 100111

Color Harmonies of #C21C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C05

Black with #C21C05

Text Example


Text Example

White with #C21C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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