Html Css Color HEX #C9251C Harley Davidson Orange

📋 copy color: '#C9251C'

red 201 ◦ green 37 ◦ blue 28

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

Shades of Harley Davidson Orange #C9251C

Tints of Harley Davidson Orange #C9251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 75.56%
G = 13.91%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9251C (or 0xC9251C) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 1C. RGB value is (201,37,28). Sum of RGB (Red+Green+Blue) = 201+37+28=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9251C is #36DAE3. Grayscale: #555555. Windows color (decimal): -3594980 or 1844681. OLE color: 1844681.

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

Color convert

RGB 201 37 28 -
CMYK 0 0.82 0.86 0.21
HSL 3.12º 0.76% 0.45% -
HSV(B) 3.12º 0.86% 0.79% -
XYZ 24.96 13.82 2.45 -
YUV 85.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 201 37 28 0 0.82 0.86 0.21 3.12 0.76 0.45
Hex C9 25 1C 0 52 56 15 3 4C 2D
Octal 311 45 34 0 122 126 25 3 114 55
Binary 11001001 100101 11100 0 1010010 1010110 10101 11 1001100 101101

Color Harmonies of #C9251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9251C

Black with #C9251C

Text Example


Text Example

White with #C9251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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