Html Css Color HEX #CD4124 Harley Davidson Orange

📋 copy color: '#CD4124'

red 205 ◦ green 65 ◦ blue 36

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

Shades of Harley Davidson Orange #CD4124

Tints of Harley Davidson Orange #CD4124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

 BLUE value IS 36 (14.45% from 255) = 11.76%

R = 66.99%
G = 21.24%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD4124 (or 0xCD4124) is known color: Harley Davidson Orange. HEX triplet: CD, 41 and 24. RGB value is (205,65,36). Sum of RGB (Red+Green+Blue) = 205+65+36=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4124 is #32BEDB. Grayscale: #676767. Windows color (decimal): -3325660 or 2376141. OLE color: 2376141.

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

Color convert

RGB 205 65 36 -
CMYK 0 0.68 0.82 0.20
HSL 10.3º 0.7% 0.47% -
HSV(B) 10.3º 0.82% 0.8% -
XYZ 27.39 16.89 3.49 -
YUV 103.55 89.88 200.36 -
System Red Green Blue C M Y K H S L
Decimal 205 65 36 0 0.68 0.82 0.20 10.3 0.7 0.47
Hex CD 41 24 0 44 52 14 A 46 2F
Octal 315 101 44 0 104 122 24 12 106 57
Binary 11001101 1000001 100100 0 1000100 1010010 10100 1010 1000110 101111

Color Harmonies of #CD4124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4124

Black with #CD4124

Text Example


Text Example

White with #CD4124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4124; }

 p { color: rgb(205,65,36); }

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

background-color css

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

 a { background-color: rgb(205,65,36); }

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

border-color css

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

 span { border-color: rgb(205,65,36); }

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