Html Css Color HEX #C9221B Harley Davidson Orange

📋 copy color: '#C9221B'

red 201 ◦ green 34 ◦ blue 27

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

Shades of Harley Davidson Orange #C9221B

Tints of Harley Davidson Orange #C9221B

RGB

 RED value IS 201 (78.91% from 255) = 76.72%

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 76.72%
G = 12.98%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9221B (or 0xC9221B) is known color: Harley Davidson Orange. HEX triplet: C9, 22 and 1B. RGB value is (201,34,27). Sum of RGB (Red+Green+Blue) = 201+34+27=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C9221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9221B is #36DDE4. Grayscale: #535353. Windows color (decimal): -3595749 or 1778377. OLE color: 1778377.

HSL color Cylindrical-coordinate representation of color #C9221B: hue angle of 2.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9221B is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 34 27 -
CMYK 0 0.83 0.87 0.21
HSL 2.41º 0.76% 0.45% -
HSV(B) 2.41º 0.87% 0.79% -
XYZ 24.86 13.64 2.36 -
YUV 83.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 201 34 27 0 0.83 0.87 0.21 2.41 0.76 0.45
Hex C9 22 1B 0 53 57 15 2 4C 2D
Octal 311 42 33 0 123 127 25 2 114 55
Binary 11001001 100010 11011 0 1010011 1010111 10101 10 1001100 101101

Color Harmonies of #C9221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9221B

Black with #C9221B

Text Example


Text Example

White with #C9221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9221B; }

 p { color: rgb(201,34,27); }

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

background-color css

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

 a { background-color: rgb(201,34,27); }

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

border-color css

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

 span { border-color: rgb(201,34,27); }

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