Html Css Color HEX #C9410B Harley Davidson Orange

📋 copy color: '#C9410B'

red 201 ◦ green 65 ◦ blue 11

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

Shades of Harley Davidson Orange #C9410B

Tints of Harley Davidson Orange #C9410B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 72.56%
G = 23.47%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9410B (or 0xC9410B) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 0B. RGB value is (201,65,11). Sum of RGB (Red+Green+Blue) = 201+65+11=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C9410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9410B is #36BEF4. Grayscale: #636363. Windows color (decimal): -3587829 or 737737. OLE color: 737737.

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

Color convert

RGB 201 65 11 -
CMYK 0 0.68 0.95 0.21
HSL 17.05º 0.9% 0.42% -
HSV(B) 17.05º 0.95% 0.79% -
XYZ 26.04 16.22 2.08 -
YUV 99.51 78.06 200.39 -
System Red Green Blue C M Y K H S L
Decimal 201 65 11 0 0.68 0.95 0.21 17.05 0.9 0.42
Hex C9 41 B 0 44 5F 15 11 5A 2A
Octal 311 101 13 0 104 137 25 21 132 52
Binary 11001001 1000001 1011 0 1000100 1011111 10101 10001 1011010 101010

Color Harmonies of #C9410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9410B

Black with #C9410B

Text Example


Text Example

White with #C9410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9410B; }

 p { color: rgb(201,65,11); }

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

background-color css

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

 a { background-color: rgb(201,65,11); }

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

border-color css

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

 span { border-color: rgb(201,65,11); }

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