Html Css Color HEX #CD421D Harley Davidson Orange

📋 copy color: '#CD421D'

red 205 ◦ green 66 ◦ blue 29

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

Shades of Harley Davidson Orange #CD421D

Tints of Harley Davidson Orange #CD421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22%

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 68.33%
G = 22%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD421D (or 0xCD421D) is known color: Harley Davidson Orange. HEX triplet: CD, 42 and 1D. RGB value is (205,66,29). Sum of RGB (Red+Green+Blue) = 205+66+29=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD421D is #32BDE2. Grayscale: #676767. Windows color (decimal): -3325411 or 1917645. OLE color: 1917645.

HSL color Cylindrical-coordinate representation of color #CD421D: hue angle of 12.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD421D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 29 -
CMYK 0 0.68 0.86 0.20
HSL 12.61º 0.75% 0.46% -
HSV(B) 12.61º 0.86% 0.8% -
XYZ 27.35 16.96 3 -
YUV 103.34 86.05 200.51 -
System Red Green Blue C M Y K H S L
Decimal 205 66 29 0 0.68 0.86 0.20 12.61 0.75 0.46
Hex CD 42 1D 0 44 56 14 D 4B 2E
Octal 315 102 35 0 104 126 24 15 113 56
Binary 11001101 1000010 11101 0 1000100 1010110 10100 1101 1001011 101110

Color Harmonies of #CD421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD421D

Black with #CD421D

Text Example


Text Example

White with #CD421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD421D; }

 p { color: rgb(205,66,29); }

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

background-color css

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

 a { background-color: rgb(205,66,29); }

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

border-color css

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

 span { border-color: rgb(205,66,29); }

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