Html Css Color HEX #C9200D Harley Davidson Orange

📋 copy color: '#C9200D'

red 201 ◦ green 32 ◦ blue 13

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

Shades of Harley Davidson Orange #C9200D

Tints of Harley Davidson Orange #C9200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 81.71%
G = 13.01%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9200D (or 0xC9200D) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 0D. RGB value is (201,32,13). Sum of RGB (Red+Green+Blue) = 201+32+13=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C9200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9200D is #36DFF2. Grayscale: #505050. Windows color (decimal): -3596275 or 860361. OLE color: 860361.

HSL color Cylindrical-coordinate representation of color #C9200D: hue angle of 6.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9200D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 13 -
CMYK 0 0.84 0.94 0.21
HSL 6.06º 0.88% 0.42% -
HSV(B) 6.06º 0.94% 0.79% -
XYZ 24.68 13.48 1.68 -
YUV 80.37 89.99 214.04 -
System Red Green Blue C M Y K H S L
Decimal 201 32 13 0 0.84 0.94 0.21 6.06 0.88 0.42
Hex C9 20 D 0 54 5E 15 6 58 2A
Octal 311 40 15 0 124 136 25 6 130 52
Binary 11001001 100000 1101 0 1010100 1011110 10101 110 1011000 101010

Color Harmonies of #C9200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9200D

Black with #C9200D

Text Example


Text Example

White with #C9200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9200D; }

 p { color: rgb(201,32,13); }

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

background-color css

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

 a { background-color: rgb(201,32,13); }

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

border-color css

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

 span { border-color: rgb(201,32,13); }

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