Html Css Color HEX #CD3F21 Harley Davidson Orange

📋 copy color: '#CD3F21'

red 205 ◦ green 63 ◦ blue 33

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

Shades of Harley Davidson Orange #CD3F21

Tints of Harley Davidson Orange #CD3F21

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

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

R = 68.11%
G = 20.93%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD3F21 (or 0xCD3F21) is known color: Harley Davidson Orange. HEX triplet: CD, 3F and 21. RGB value is (205,63,33). Sum of RGB (Red+Green+Blue) = 205+63+33=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3F21 is #32C0DE. Grayscale: #666666. Windows color (decimal): -3326175 or 2179021. OLE color: 2179021.

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

Color convert

RGB 205 63 33 -
CMYK 0 0.69 0.84 0.20
HSL 10.47º 0.72% 0.47% -
HSV(B) 10.47º 0.84% 0.8% -
XYZ 27.23 16.64 3.22 -
YUV 102.04 89.04 201.44 -
System Red Green Blue C M Y K H S L
Decimal 205 63 33 0 0.69 0.84 0.20 10.47 0.72 0.47
Hex CD 3F 21 0 45 54 14 A 48 2F
Octal 315 77 41 0 105 124 24 12 110 57
Binary 11001101 111111 100001 0 1000101 1010100 10100 1010 1001000 101111

Color Harmonies of #CD3F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F21

Black with #CD3F21

Text Example


Text Example

White with #CD3F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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