Html Css Color HEX #C21D03 Harley Davidson Orange

📋 copy color: '#C21D03'

red 194 ◦ green 29 ◦ blue 3

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

Shades of Harley Davidson Orange #C21D03

Tints of Harley Davidson Orange #C21D03

RGB

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

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

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

R = 85.84%
G = 12.83%
B = 1.33%

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

#C21D03 (or 0xC21D03) is known color: Harley Davidson Orange. HEX triplet: C2, 1D and 03. RGB value is (194,29,3). Sum of RGB (Red+Green+Blue) = 194+29+3=226 (29% of max value = 765). Red value is 194 (76.17% from 255 or 85.84% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21D03 is #3DE2FC. Grayscale: #4B4B4B. Windows color (decimal): -4055805 or 204226. OLE color: 204226.

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

Color convert

RGB 194 29 3 -
CMYK 0 0.85 0.98 0.24
HSL 8.17º 0.97% 0.39% -
HSV(B) 8.17º 0.98% 0.76% -
XYZ 22.7 12.35 1.27 -
YUV 75.37 87.16 212.61 -
System Red Green Blue C M Y K H S L
Decimal 194 29 3 0 0.85 0.98 0.24 8.17 0.97 0.39
Hex C2 1D 3 0 55 62 18 8 61 27
Octal 302 35 3 0 125 142 30 10 141 47
Binary 11000010 11101 11 0 1010101 1100010 11000 1000 1100001 100111

Color Harmonies of #C21D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D03

Black with #C21D03

Text Example


Text Example

White with #C21D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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