Html Css Color HEX #C21E09 Harley Davidson Orange

📋 copy color: '#C21E09'

red 194 ◦ green 30 ◦ blue 9

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

Shades of Harley Davidson Orange #C21E09

Tints of Harley Davidson Orange #C21E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.86%

R = 83.26%
G = 12.88%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C21E09 (or 0xC21E09) is known color: Harley Davidson Orange. HEX triplet: C2, 1E and 09. RGB value is (194,30,9). Sum of RGB (Red+Green+Blue) = 194+30+9=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21E09 is #3DE1F6. Grayscale: #4C4C4C. Windows color (decimal): -4055543 or 597698. OLE color: 597698.

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

Color convert

RGB 194 30 9 -
CMYK 0 0.85 0.95 0.24
HSL 6.81º 0.91% 0.4% -
HSV(B) 6.81º 0.95% 0.76% -
XYZ 22.76 12.42 1.46 -
YUV 76.64 89.83 211.71 -
System Red Green Blue C M Y K H S L
Decimal 194 30 9 0 0.85 0.95 0.24 6.81 0.91 0.4
Hex C2 1E 9 0 55 5F 18 7 5B 28
Octal 302 36 11 0 125 137 30 7 133 50
Binary 11000010 11110 1001 0 1010101 1011111 11000 111 1011011 101000

Color Harmonies of #C21E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E09

Black with #C21E09

Text Example


Text Example

White with #C21E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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