Html Css Color HEX #CD2913 Harley Davidson Orange

📋 copy color: '#CD2913'

red 205 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #CD2913

Tints of Harley Davidson Orange #CD2913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 77.36%
G = 15.47%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD2913 (or 0xCD2913) is known color: Harley Davidson Orange. HEX triplet: CD, 29 and 13. RGB value is (205,41,19). Sum of RGB (Red+Green+Blue) = 205+41+19=265 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.36% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2913 is #32D6EC. Grayscale: #575757. Windows color (decimal): -3331821 or 1255885. OLE color: 1255885.

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

Color convert

RGB 205 41 19 -
CMYK 0 0.8 0.91 0.20
HSL 7.1º 0.83% 0.44% -
HSV(B) 7.1º 0.91% 0.8% -
XYZ 26.09 14.61 2.06 -
YUV 87.53 89.33 211.79 -
System Red Green Blue C M Y K H S L
Decimal 205 41 19 0 0.8 0.91 0.20 7.1 0.83 0.44
Hex CD 29 13 0 50 5B 14 7 53 2C
Octal 315 51 23 0 120 133 24 7 123 54
Binary 11001101 101001 10011 0 1010000 1011011 10100 111 1010011 101100

Color Harmonies of #CD2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2913

Black with #CD2913

Text Example


Text Example

White with #CD2913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2913; }

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

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

background-color css

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

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

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

border-color css

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

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

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