Html Css Color HEX #C9250D Harley Davidson Orange

📋 copy color: '#C9250D'

red 201 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #C9250D

Tints of Harley Davidson Orange #C9250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

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

R = 80.08%
G = 14.74%
B = 5.18%

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

#C9250D (or 0xC9250D) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 0D. RGB value is (201,37,13). Sum of RGB (Red+Green+Blue) = 201+37+13=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C9250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9250D is #36DAF2. Grayscale: #535353. Windows color (decimal): -3594995 or 861641. OLE color: 861641.

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

Color convert

RGB 201 37 13 -
CMYK 0 0.82 0.94 0.21
HSL 7.66º 0.88% 0.42% -
HSV(B) 7.66º 0.94% 0.79% -
XYZ 24.82 13.77 1.73 -
YUV 83.3 88.33 211.95 -
System Red Green Blue C M Y K H S L
Decimal 201 37 13 0 0.82 0.94 0.21 7.66 0.88 0.42
Hex C9 25 D 0 52 5E 15 8 58 2A
Octal 311 45 15 0 122 136 25 10 130 52
Binary 11001001 100101 1101 0 1010010 1011110 10101 1000 1011000 101010

Color Harmonies of #C9250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9250D

Black with #C9250D

Text Example


Text Example

White with #C9250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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