Html Css Color HEX #CD2512 Harley Davidson Orange

📋 copy color: '#CD2512'

red 205 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #CD2512

Tints of Harley Davidson Orange #CD2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 78.85%
G = 14.23%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD2512 (or 0xCD2512) is known color: Harley Davidson Orange. HEX triplet: CD, 25 and 12. RGB value is (205,37,18). Sum of RGB (Red+Green+Blue) = 205+37+18=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2512 is #32DAED. Grayscale: #555555. Windows color (decimal): -3332846 or 1189325. OLE color: 1189325.

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

Color convert

RGB 205 37 18 -
CMYK 0 0.82 0.91 0.20
HSL 6.1º 0.84% 0.44% -
HSV(B) 6.1º 0.91% 0.8% -
XYZ 25.95 14.35 1.97 -
YUV 85.07 90.16 213.54 -
System Red Green Blue C M Y K H S L
Decimal 205 37 18 0 0.82 0.91 0.20 6.1 0.84 0.44
Hex CD 25 12 0 52 5B 14 6 54 2C
Octal 315 45 22 0 122 133 24 6 124 54
Binary 11001101 100101 10010 0 1010010 1011011 10100 110 1010100 101100

Color Harmonies of #CD2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2512

Black with #CD2512

Text Example


Text Example

White with #CD2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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