Html Css Color HEX #C21E04 Harley Davidson Orange

📋 copy color: '#C21E04'

red 194 ◦ green 30 ◦ blue 4

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

Shades of Harley Davidson Orange #C21E04

Tints of Harley Davidson Orange #C21E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 85.09%
G = 13.16%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C21E04 (or 0xC21E04) is known color: Harley Davidson Orange. HEX triplet: C2, 1E and 04. RGB value is (194,30,4). Sum of RGB (Red+Green+Blue) = 194+30+4=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E04 is #3DE1FB. Grayscale: #4C4C4C. Windows color (decimal): -4055548 or 270018. OLE color: 270018.

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

Color convert

RGB 194 30 4 -
CMYK 0 0.85 0.98 0.24
HSL 8.21º 0.96% 0.39% -
HSV(B) 8.21º 0.98% 0.76% -
XYZ 22.73 12.41 1.31 -
YUV 76.07 87.33 212.11 -
System Red Green Blue C M Y K H S L
Decimal 194 30 4 0 0.85 0.98 0.24 8.21 0.96 0.39
Hex C2 1E 4 0 55 62 18 8 60 27
Octal 302 36 4 0 125 142 30 10 140 47
Binary 11000010 11110 100 0 1010101 1100010 11000 1000 1100000 100111

Color Harmonies of #C21E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E04

Black with #C21E04

Text Example


Text Example

White with #C21E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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