Html Css Color HEX #CD3C21 Harley Davidson Orange

📋 copy color: '#CD3C21'

red 205 ◦ green 60 ◦ blue 33

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

Shades of Harley Davidson Orange #CD3C21

Tints of Harley Davidson Orange #CD3C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 68.79%
G = 20.13%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD3C21 (or 0xCD3C21) is known color: Harley Davidson Orange. HEX triplet: CD, 3C and 21. RGB value is (205,60,33). Sum of RGB (Red+Green+Blue) = 205+60+33=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C21 is #32C3DE. Grayscale: #646464. Windows color (decimal): -3326943 or 2178253. OLE color: 2178253.

HSL color Cylindrical-coordinate representation of color #CD3C21: hue angle of 9.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD3C21 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 60 33 -
CMYK 0 0.71 0.84 0.20
HSL 9.42º 0.72% 0.47% -
HSV(B) 9.42º 0.84% 0.8% -
XYZ 27.07 16.32 3.16 -
YUV 100.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 205 60 33 0 0.71 0.84 0.20 9.42 0.72 0.47
Hex CD 3C 21 0 47 54 14 9 48 2F
Octal 315 74 41 0 107 124 24 11 110 57
Binary 11001101 111100 100001 0 1000111 1010100 10100 1001 1001000 101111

Color Harmonies of #CD3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3C21

Black with #CD3C21

Text Example


Text Example

White with #CD3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3C21; }

 p { color: rgb(205,60,33); }

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

background-color css

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

 a { background-color: rgb(205,60,33); }

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

border-color css

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

 span { border-color: rgb(205,60,33); }

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