Html Css Color HEX #C5240B Harley Davidson Orange

📋 copy color: '#C5240B'

red 197 ◦ green 36 ◦ blue 11

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

Shades of Harley Davidson Orange #C5240B

Tints of Harley Davidson Orange #C5240B

RGB

 RED value IS 197 (77.34% from 255) = 80.74%

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

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

R = 80.74%
G = 14.75%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5240B (or 0xC5240B) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 0B. RGB value is (197,36,11). Sum of RGB (Red+Green+Blue) = 197+36+11=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C5240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5240B is #3ADBF4. Grayscale: #515151. Windows color (decimal): -3857397 or 730309. OLE color: 730309.

HSL color Cylindrical-coordinate representation of color #C5240B: hue angle of 8.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5240B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 11 -
CMYK 0 0.82 0.94 0.23
HSL 8.06º 0.89% 0.41% -
HSV(B) 8.06º 0.94% 0.77% -
XYZ 23.72 13.16 1.61 -
YUV 81.29 88.34 210.53 -
System Red Green Blue C M Y K H S L
Decimal 197 36 11 0 0.82 0.94 0.23 8.06 0.89 0.41
Hex C5 24 B 0 52 5E 17 8 59 29
Octal 305 44 13 0 122 136 27 10 131 51
Binary 11000101 100100 1011 0 1010010 1011110 10111 1000 1011001 101001

Color Harmonies of #C5240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5240B

Black with #C5240B

Text Example


Text Example

White with #C5240B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5240B; }

 p { color: rgb(197,36,11); }

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

background-color css

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

 a { background-color: rgb(197,36,11); }

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

border-color css

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

 span { border-color: rgb(197,36,11); }

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