Html Css Color HEX #CD2313 Harley Davidson Orange

📋 copy color: '#CD2313'

red 205 ◦ green 35 ◦ blue 19

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

Shades of Harley Davidson Orange #CD2313

Tints of Harley Davidson Orange #CD2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

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

R = 79.15%
G = 13.51%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD2313 (or 0xCD2313) is known color: Harley Davidson Orange. HEX triplet: CD, 23 and 13. RGB value is (205,35,19). Sum of RGB (Red+Green+Blue) = 205+35+19=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2313 is #32DCEC. Grayscale: #545454. Windows color (decimal): -3333357 or 1254349. OLE color: 1254349.

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

Color convert

RGB 205 35 19 -
CMYK 0 0.83 0.91 0.20
HSL 5.16º 0.83% 0.44% -
HSV(B) 5.16º 0.91% 0.8% -
XYZ 25.9 14.23 2 -
YUV 84.01 91.32 214.3 -
System Red Green Blue C M Y K H S L
Decimal 205 35 19 0 0.83 0.91 0.20 5.16 0.83 0.44
Hex CD 23 13 0 53 5B 14 5 53 2C
Octal 315 43 23 0 123 133 24 5 123 54
Binary 11001101 100011 10011 0 1010011 1011011 10100 101 1010011 101100

Color Harmonies of #CD2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2313

Black with #CD2313

Text Example


Text Example

White with #CD2313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2313; }

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

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

background-color css

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

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

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

border-color css

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

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

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