Html Css Color HEX #C21D0D Harley Davidson Orange

📋 copy color: '#C21D0D'

red 194 ◦ green 29 ◦ blue 13

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

Shades of Harley Davidson Orange #C21D0D

Tints of Harley Davidson Orange #C21D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 82.2%
G = 12.29%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C21D0D (or 0xC21D0D) is known color: Harley Davidson Orange. HEX triplet: C2, 1D and 0D. RGB value is (194,29,13). Sum of RGB (Red+Green+Blue) = 194+29+13=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D0D is #3DE2F2. Grayscale: #4C4C4C. Windows color (decimal): -4055795 or 859586. OLE color: 859586.

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

Color convert

RGB 194 29 13 -
CMYK 0 0.85 0.93 0.24
HSL 5.3º 0.87% 0.41% -
HSV(B) 5.3º 0.93% 0.76% -
XYZ 22.76 12.38 1.57 -
YUV 76.51 92.16 211.8 -
System Red Green Blue C M Y K H S L
Decimal 194 29 13 0 0.85 0.93 0.24 5.3 0.87 0.41
Hex C2 1D D 0 55 5D 18 5 57 29
Octal 302 35 15 0 125 135 30 5 127 51
Binary 11000010 11101 1101 0 1010101 1011101 11000 101 1010111 101001

Color Harmonies of #C21D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D0D

Black with #C21D0D

Text Example


Text Example

White with #C21D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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