Html Css Color HEX #C21D02 Harley Davidson Orange

📋 copy color: '#C21D02'

red 194 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #C21D02

Tints of Harley Davidson Orange #C21D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.89%

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

R = 86.22%
G = 12.89%
B = 0.89%

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

#C21D02 (or 0xC21D02) is known color: Harley Davidson Orange. HEX triplet: C2, 1D and 02. RGB value is (194,29,2). Sum of RGB (Red+Green+Blue) = 194+29+2=225 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.22% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D02 is #3DE2FD. Grayscale: #4B4B4B. Windows color (decimal): -4055806 or 138690. OLE color: 138690.

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

Color convert

RGB 194 29 2 -
CMYK 0 0.85 0.99 0.24
HSL 8.44º 0.98% 0.38% -
HSV(B) 8.44º 0.99% 0.76% -
XYZ 22.7 12.35 1.25 -
YUV 75.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 194 29 2 0 0.85 0.99 0.24 8.44 0.98 0.38
Hex C2 1D 2 0 55 63 18 8 62 26
Octal 302 35 2 0 125 143 30 10 142 46
Binary 11000010 11101 10 0 1010101 1100011 11000 1000 1100010 100110

Color Harmonies of #C21D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D02

Black with #C21D02

Text Example


Text Example

White with #C21D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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