Html Css Color HEX #C21E02 Harley Davidson Orange

📋 copy color: '#C21E02'

red 194 ◦ green 30 ◦ blue 2

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

Shades of Harley Davidson Orange #C21E02

Tints of Harley Davidson Orange #C21E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 85.84%
G = 13.27%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C21E02 (or 0xC21E02) is known color: Harley Davidson Orange. HEX triplet: C2, 1E and 02. RGB value is (194,30,2). Sum of RGB (Red+Green+Blue) = 194+30+2=226 (29% of max value = 765). Red value is 194 (76.17% from 255 or 85.84% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E02 is #3DE1FD. Grayscale: #4C4C4C. Windows color (decimal): -4055550 or 138946. OLE color: 138946.

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

Color convert

RGB 194 30 2 -
CMYK 0 0.85 0.99 0.24
HSL 8.75º 0.98% 0.38% -
HSV(B) 8.75º 0.99% 0.76% -
XYZ 22.72 12.4 1.25 -
YUV 75.84 86.33 212.28 -
System Red Green Blue C M Y K H S L
Decimal 194 30 2 0 0.85 0.99 0.24 8.75 0.98 0.38
Hex C2 1E 2 0 55 63 18 9 62 26
Octal 302 36 2 0 125 143 30 11 142 46
Binary 11000010 11110 10 0 1010101 1100011 11000 1001 1100010 100110

Color Harmonies of #C21E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E02

Black with #C21E02

Text Example


Text Example

White with #C21E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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