Html Css Color HEX #CD4321 Harley Davidson Orange

📋 copy color: '#CD4321'

red 205 ◦ green 67 ◦ blue 33

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

Shades of Harley Davidson Orange #CD4321

Tints of Harley Davidson Orange #CD4321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

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

R = 67.21%
G = 21.97%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD4321 (or 0xCD4321) is known color: Harley Davidson Orange. HEX triplet: CD, 43 and 21. RGB value is (205,67,33). Sum of RGB (Red+Green+Blue) = 205+67+33=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4321 is #32BCDE. Grayscale: #686868. Windows color (decimal): -3325151 or 2180045. OLE color: 2180045.

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

Color convert

RGB 205 67 33 -
CMYK 0 0.67 0.84 0.20
HSL 11.86º 0.72% 0.47% -
HSV(B) 11.86º 0.84% 0.8% -
XYZ 27.46 17.1 3.29 -
YUV 104.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 205 67 33 0 0.67 0.84 0.20 11.86 0.72 0.47
Hex CD 43 21 0 43 54 14 C 48 2F
Octal 315 103 41 0 103 124 24 14 110 57
Binary 11001101 1000011 100001 0 1000011 1010100 10100 1100 1001000 101111

Color Harmonies of #CD4321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4321

Black with #CD4321

Text Example


Text Example

White with #CD4321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4321; }

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

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

background-color css

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

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

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

border-color css

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

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

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