Html Css Color HEX #C21E03 Harley Davidson Orange

📋 copy color: '#C21E03'

red 194 ◦ green 30 ◦ blue 3

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

Shades of Harley Davidson Orange #C21E03

Tints of Harley Davidson Orange #C21E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 85.46%
G = 13.22%
B = 1.32%

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

#C21E03 (or 0xC21E03) is known color: Harley Davidson Orange. HEX triplet: C2, 1E and 03. RGB value is (194,30,3). Sum of RGB (Red+Green+Blue) = 194+30+3=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E03 is #3DE1FC. Grayscale: #4C4C4C. Windows color (decimal): -4055549 or 204482. OLE color: 204482.

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

Color convert

RGB 194 30 3 -
CMYK 0 0.85 0.98 0.24
HSL 8.48º 0.97% 0.39% -
HSV(B) 8.48º 0.98% 0.76% -
XYZ 22.73 12.4 1.28 -
YUV 75.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 194 30 3 0 0.85 0.98 0.24 8.48 0.97 0.39
Hex C2 1E 3 0 55 62 18 8 61 27
Octal 302 36 3 0 125 142 30 10 141 47
Binary 11000010 11110 11 0 1010101 1100010 11000 1000 1100001 100111

Color Harmonies of #C21E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E03

Black with #C21E03

Text Example


Text Example

White with #C21E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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