Html Css Color HEX #C21F06 Harley Davidson Orange

📋 copy color: '#C21F06'

red 194 ◦ green 31 ◦ blue 6

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

Shades of Harley Davidson Orange #C21F06

Tints of Harley Davidson Orange #C21F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.42%

 BLUE value IS 6 (2.73% from 255) = 2.6%

R = 83.98%
G = 13.42%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C21F06 (or 0xC21F06) is known color: Harley Davidson Orange. HEX triplet: C2, 1F and 06. RGB value is (194,31,6). Sum of RGB (Red+Green+Blue) = 194+31+6=231 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.98% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21F06 is #3DE0F9. Grayscale: #4D4D4D. Windows color (decimal): -4055290 or 401346. OLE color: 401346.

HSL color Cylindrical-coordinate representation of color #C21F06: hue angle of 7.98º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C21F06 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 6 -
CMYK 0 0.84 0.97 0.24
HSL 7.98º 0.94% 0.39% -
HSV(B) 7.98º 0.97% 0.76% -
XYZ 22.77 12.46 1.38 -
YUV 76.89 88 211.53 -
System Red Green Blue C M Y K H S L
Decimal 194 31 6 0 0.84 0.97 0.24 7.98 0.94 0.39
Hex C2 1F 6 0 54 61 18 8 5E 27
Octal 302 37 6 0 124 141 30 10 136 47
Binary 11000010 11111 110 0 1010100 1100001 11000 1000 1011110 100111

Color Harmonies of #C21F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F06

Black with #C21F06

Text Example


Text Example

White with #C21F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F06; }

 p { color: rgb(194,31,6); }

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

background-color css

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

 a { background-color: rgb(194,31,6); }

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

border-color css

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

 span { border-color: rgb(194,31,6); }

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