Html Css Color HEX #C53D0D Harley Davidson Orange

📋 copy color: '#C53D0D'

red 197 ◦ green 61 ◦ blue 13

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

Shades of Harley Davidson Orange #C53D0D

Tints of Harley Davidson Orange #C53D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 72.69%
G = 22.51%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C53D0D (or 0xC53D0D) is known color: Harley Davidson Orange. HEX triplet: C5, 3D and 0D. RGB value is (197,61,13). Sum of RGB (Red+Green+Blue) = 197+61+13=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53D0D is #3AC2F2. Grayscale: #606060. Windows color (decimal): -3850995 or 867781. OLE color: 867781.

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

Color convert

RGB 197 61 13 -
CMYK 0 0.69 0.93 0.23
HSL 15.65º 0.88% 0.41% -
HSV(B) 15.65º 0.93% 0.77% -
XYZ 24.77 15.24 2.02 -
YUV 96.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 197 61 13 0 0.69 0.93 0.23 15.65 0.88 0.41
Hex C5 3D D 0 45 5D 17 10 58 29
Octal 305 75 15 0 105 135 27 20 130 51
Binary 11000101 111101 1101 0 1000101 1011101 10111 10000 1011000 101001

Color Harmonies of #C53D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D0D

Black with #C53D0D

Text Example


Text Example

White with #C53D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D0D; }

 p { color: rgb(197,61,13); }

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

background-color css

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

 a { background-color: rgb(197,61,13); }

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

border-color css

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

 span { border-color: rgb(197,61,13); }

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