Html Css Color HEX #C53003 Harley Davidson Orange

📋 copy color: '#C53003'

red 197 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #C53003

Tints of Harley Davidson Orange #C53003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 79.44%
G = 19.35%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C53003 (or 0xC53003) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 03. RGB value is (197,48,3). Sum of RGB (Red+Green+Blue) = 197+48+3=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C53003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53003 is #3ACFFC. Grayscale: #575757. Windows color (decimal): -3854333 or 209093. OLE color: 209093.

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

Color convert

RGB 197 48 3 -
CMYK 0 0.76 0.98 0.23
HSL 13.92º 0.97% 0.39% -
HSV(B) 13.92º 0.98% 0.77% -
XYZ 24.1 13.99 1.52 -
YUV 87.42 80.36 206.16 -
System Red Green Blue C M Y K H S L
Decimal 197 48 3 0 0.76 0.98 0.23 13.92 0.97 0.39
Hex C5 30 3 0 4C 62 17 E 61 27
Octal 305 60 3 0 114 142 27 16 141 47
Binary 11000101 110000 11 0 1001100 1100010 10111 1110 1100001 100111

Color Harmonies of #C53003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53003

Black with #C53003

Text Example


Text Example

White with #C53003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53003; }

 p { color: rgb(197,48,3); }

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

background-color css

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

 a { background-color: rgb(197,48,3); }

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

border-color css

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

 span { border-color: rgb(197,48,3); }

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