Html Css Color HEX #C9240D Harley Davidson Orange

📋 copy color: '#C9240D'

red 201 ◦ green 36 ◦ blue 13

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

Shades of Harley Davidson Orange #C9240D

Tints of Harley Davidson Orange #C9240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.4%

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

R = 80.4%
G = 14.4%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9240D (or 0xC9240D) is known color: Harley Davidson Orange. HEX triplet: C9, 24 and 0D. RGB value is (201,36,13). Sum of RGB (Red+Green+Blue) = 201+36+13=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9240D is #36DBF2. Grayscale: #525252. Windows color (decimal): -3595251 or 861385. OLE color: 861385.

HSL color Cylindrical-coordinate representation of color #C9240D: hue angle of 7.34º 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 #C9240D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 36 13 -
CMYK 0 0.82 0.94 0.21
HSL 7.34º 0.88% 0.42% -
HSV(B) 7.34º 0.94% 0.79% -
XYZ 24.79 13.71 1.72 -
YUV 82.71 88.66 212.37 -
System Red Green Blue C M Y K H S L
Decimal 201 36 13 0 0.82 0.94 0.21 7.34 0.88 0.42
Hex C9 24 D 0 52 5E 15 7 58 2A
Octal 311 44 15 0 122 136 25 7 130 52
Binary 11001001 100100 1101 0 1010010 1011110 10101 111 1011000 101010

Color Harmonies of #C9240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9240D

Black with #C9240D

Text Example


Text Example

White with #C9240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9240D; }

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

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

background-color css

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

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

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

border-color css

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

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

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