Html Css Color HEX #C53B09 Harley Davidson Orange

📋 copy color: '#C53B09'

red 197 ◦ green 59 ◦ blue 9

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

Shades of Harley Davidson Orange #C53B09

Tints of Harley Davidson Orange #C53B09

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.26%

 BLUE value IS 9 (3.91% from 255) = 3.4%

R = 74.34%
G = 22.26%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C53B09 (or 0xC53B09) is known color: Harley Davidson Orange. HEX triplet: C5, 3B and 09. RGB value is (197,59,9). Sum of RGB (Red+Green+Blue) = 197+59+9=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53B09 is #3AC4F6. Grayscale: #5E5E5E. Windows color (decimal): -3851511 or 605125. OLE color: 605125.

HSL color Cylindrical-coordinate representation of color #C53B09: hue angle of 15.96º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C53B09 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 59 9 -
CMYK 0 0.70 0.95 0.23
HSL 15.96º 0.91% 0.4% -
HSV(B) 15.96º 0.95% 0.77% -
XYZ 24.64 15.02 1.86 -
YUV 94.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 197 59 9 0 0.70 0.95 0.23 15.96 0.91 0.4
Hex C5 3B 9 0 46 5F 17 10 5B 28
Octal 305 73 11 0 106 137 27 20 133 50
Binary 11000101 111011 1001 0 1000110 1011111 10111 10000 1011011 101000

Color Harmonies of #C53B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B09

Black with #C53B09

Text Example


Text Example

White with #C53B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B09; }

 p { color: rgb(197,59,9); }

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

background-color css

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

 a { background-color: rgb(197,59,9); }

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

border-color css

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

 span { border-color: rgb(197,59,9); }

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