Html Css Color HEX #C53800 Harley Davidson Orange

📋 copy color: '#C53800'

red 197 ◦ green 56 ◦ blue 0

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

Shades of Harley Davidson Orange #C53800

Tints of Harley Davidson Orange #C53800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.87%
G = 22.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C53800 (or 0xC53800) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 00. RGB value is (197,56,0). Sum of RGB (Red+Green+Blue) = 197+56+0=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C53800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53800 is #3AC7FF. Grayscale: #5C5C5C. Windows color (decimal): -3852288 or 14533. OLE color: 14533.

HSL color Cylindrical-coordinate representation of color #C53800: hue angle of 17.06º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C53800 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 0 -
CMYK 0 0.72 1 0.23
HSL 17.06º 1% 0.39% -
HSV(B) 17.06º 1% 0.77% -
XYZ 24.44 14.7 1.55 -
YUV 91.78 76.21 203.05 -
System Red Green Blue C M Y K H S L
Decimal 197 56 0 0 0.72 1 0.23 17.06 1 0.39
Hex C5 38 0 0 48 64 17 11 64 27
Octal 305 70 0 0 110 144 27 21 144 47
Binary 11000101 111000 0 0 1001000 1100100 10111 10001 1100100 100111

Color Harmonies of #C53800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53800

Black with #C53800

Text Example


Text Example

White with #C53800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53800; }

 p { color: rgb(197,56,0); }

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

background-color css

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

 a { background-color: rgb(197,56,0); }

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

border-color css

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

 span { border-color: rgb(197,56,0); }

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