Html Css Color HEX #C22001 Harley Davidson Orange

📋 copy color: '#C22001'

red 194 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #C22001

Tints of Harley Davidson Orange #C22001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 85.46%
G = 14.1%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C22001 (or 0xC22001) is known color: Harley Davidson Orange. HEX triplet: C2, 20 and 01. RGB value is (194,32,1). Sum of RGB (Red+Green+Blue) = 194+32+1=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C22001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22001 is #3DDFFE. Grayscale: #4D4D4D. Windows color (decimal): -4055039 or 73922. OLE color: 73922.

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

Color convert

RGB 194 32 1 -
CMYK 0 0.84 0.99 0.24
HSL 9.64º 0.99% 0.38% -
HSV(B) 9.64º 0.99% 0.76% -
XYZ 22.77 12.5 1.24 -
YUV 76.9 85.17 211.52 -
System Red Green Blue C M Y K H S L
Decimal 194 32 1 0 0.84 0.99 0.24 9.64 0.99 0.38
Hex C2 20 1 0 54 63 18 A 63 26
Octal 302 40 1 0 124 143 30 12 143 46
Binary 11000010 100000 1 0 1010100 1100011 11000 1010 1100011 100110

Color Harmonies of #C22001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22001

Black with #C22001

Text Example


Text Example

White with #C22001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22001; }

 p { color: rgb(194,32,1); }

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

background-color css

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

 a { background-color: rgb(194,32,1); }

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

border-color css

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

 span { border-color: rgb(194,32,1); }

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