Html Css Color HEX #C21C06 Harley Davidson Orange

📋 copy color: '#C21C06'

red 194 ◦ green 28 ◦ blue 6

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

Shades of Harley Davidson Orange #C21C06

Tints of Harley Davidson Orange #C21C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 85.09%
G = 12.28%
B = 2.63%

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

#C21C06 (or 0xC21C06) is known color: Harley Davidson Orange. HEX triplet: C2, 1C and 06. RGB value is (194,28,6). Sum of RGB (Red+Green+Blue) = 194+28+6=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C06 is #3DE3F9. Grayscale: #4B4B4B. Windows color (decimal): -4056058 or 400578. OLE color: 400578.

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

Color convert

RGB 194 28 6 -
CMYK 0 0.86 0.97 0.24
HSL 7.02º 0.94% 0.39% -
HSV(B) 7.02º 0.97% 0.76% -
XYZ 22.7 12.31 1.35 -
YUV 75.13 89 212.79 -
System Red Green Blue C M Y K H S L
Decimal 194 28 6 0 0.86 0.97 0.24 7.02 0.94 0.39
Hex C2 1C 6 0 56 61 18 7 5E 27
Octal 302 34 6 0 126 141 30 7 136 47
Binary 11000010 11100 110 0 1010110 1100001 11000 111 1011110 100111

Color Harmonies of #C21C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C06

Black with #C21C06

Text Example


Text Example

White with #C21C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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