Html Css Color HEX #CD1813 Harley Davidson Orange

📋 copy color: '#CD1813'

red 205 ◦ green 24 ◦ blue 19

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

Shades of Harley Davidson Orange #CD1813

Tints of Harley Davidson Orange #CD1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 82.66%
G = 9.68%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD1813 (or 0xCD1813) is known color: Harley Davidson Orange. HEX triplet: CD, 18 and 13. RGB value is (205,24,19). Sum of RGB (Red+Green+Blue) = 205+24+19=248 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.66% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1813 is #32E7EC. Grayscale: #4D4D4D. Windows color (decimal): -3336173 or 1251533. OLE color: 1251533.

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

Color convert

RGB 205 24 19 -
CMYK 0 0.88 0.91 0.20
HSL 1.61º 0.83% 0.44% -
HSV(B) 1.61º 0.91% 0.8% -
XYZ 25.62 13.68 1.91 -
YUV 77.55 94.97 218.91 -
System Red Green Blue C M Y K H S L
Decimal 205 24 19 0 0.88 0.91 0.20 1.61 0.83 0.44
Hex CD 18 13 0 58 5B 14 2 53 2C
Octal 315 30 23 0 130 133 24 2 123 54
Binary 11001101 11000 10011 0 1011000 1011011 10100 10 1010011 101100

Color Harmonies of #CD1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1813

Black with #CD1813

Text Example


Text Example

White with #CD1813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1813; }

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

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

background-color css

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

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

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

border-color css

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

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

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