Html Css Color HEX #CD3313 Harley Davidson Orange

📋 copy color: '#CD3313'

red 205 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #CD3313

Tints of Harley Davidson Orange #CD3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

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

R = 74.55%
G = 18.55%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD3313 (or 0xCD3313) is known color: Harley Davidson Orange. HEX triplet: CD, 33 and 13. RGB value is (205,51,19). Sum of RGB (Red+Green+Blue) = 205+51+19=275 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.55% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3313 is #32CCEC. Grayscale: #5D5D5D. Windows color (decimal): -3329261 or 1258445. OLE color: 1258445.

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

Color convert

RGB 205 51 19 -
CMYK 0 0.75 0.91 0.20
HSL 10.32º 0.83% 0.44% -
HSV(B) 10.32º 0.91% 0.8% -
XYZ 26.48 15.39 2.19 -
YUV 93.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 205 51 19 0 0.75 0.91 0.20 10.32 0.83 0.44
Hex CD 33 13 0 4B 5B 14 A 53 2C
Octal 315 63 23 0 113 133 24 12 123 54
Binary 11001101 110011 10011 0 1001011 1011011 10100 1010 1010011 101100

Color Harmonies of #CD3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3313

Black with #CD3313

Text Example


Text Example

White with #CD3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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