Html Css Color HEX #CD3513 Harley Davidson Orange

📋 copy color: '#CD3513'

red 205 ◦ green 53 ◦ blue 19

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

Shades of Harley Davidson Orange #CD3513

Tints of Harley Davidson Orange #CD3513

RGB

 RED value IS 205 (80.47% from 255) = 74.01%

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 74.01%
G = 19.13%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD3513 (or 0xCD3513) is known color: Harley Davidson Orange. HEX triplet: CD, 35 and 13. RGB value is (205,53,19). Sum of RGB (Red+Green+Blue) = 205+53+19=277 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.01% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3513 is #32CAEC. Grayscale: #5E5E5E. Windows color (decimal): -3328749 or 1258957. OLE color: 1258957.

HSL color Cylindrical-coordinate representation of color #CD3513: hue angle of 10.97º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD3513 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 53 19 -
CMYK 0 0.74 0.91 0.20
HSL 10.97º 0.83% 0.44% -
HSV(B) 10.97º 0.91% 0.8% -
XYZ 26.57 15.57 2.22 -
YUV 94.57 85.36 206.76 -
System Red Green Blue C M Y K H S L
Decimal 205 53 19 0 0.74 0.91 0.20 10.97 0.83 0.44
Hex CD 35 13 0 4A 5B 14 B 53 2C
Octal 315 65 23 0 112 133 24 13 123 54
Binary 11001101 110101 10011 0 1001010 1011011 10100 1011 1010011 101100

Color Harmonies of #CD3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3513

Black with #CD3513

Text Example


Text Example

White with #CD3513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3513; }

 p { color: rgb(205,53,19); }

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

background-color css

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

 a { background-color: rgb(205,53,19); }

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

border-color css

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

 span { border-color: rgb(205,53,19); }

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