Html Css Color HEX #CD3512 Harley Davidson Orange

📋 copy color: '#CD3512'

red 205 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #CD3512

Tints of Harley Davidson Orange #CD3512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 74.28%
G = 19.2%
B = 6.52%

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

#CD3512 (or 0xCD3512) is known color: Harley Davidson Orange. HEX triplet: CD, 35 and 12. RGB value is (205,53,18). Sum of RGB (Red+Green+Blue) = 205+53+18=276 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.28% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3512 is #32CAED. Grayscale: #5E5E5E. Windows color (decimal): -3328750 or 1193421. OLE color: 1193421.

HSL color Cylindrical-coordinate representation of color #CD3512: hue angle of 11.23º degrees, saturation: 0.84, 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 #CD3512 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 53 18 -
CMYK 0 0.74 0.91 0.20
HSL 11.23º 0.84% 0.44% -
HSV(B) 11.23º 0.91% 0.8% -
XYZ 26.56 15.57 2.18 -
YUV 94.46 84.86 206.85 -
System Red Green Blue C M Y K H S L
Decimal 205 53 18 0 0.74 0.91 0.20 11.23 0.84 0.44
Hex CD 35 12 0 4A 5B 14 B 54 2C
Octal 315 65 22 0 112 133 24 13 124 54
Binary 11001101 110101 10010 0 1001010 1011011 10100 1011 1010100 101100

Color Harmonies of #CD3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3512

Black with #CD3512

Text Example


Text Example

White with #CD3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3512; }

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

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

background-color css

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

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

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

border-color css

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

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

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