Html Css Color HEX #CD4119 Harley Davidson Orange

📋 copy color: '#CD4119'

red 205 ◦ green 65 ◦ blue 25

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

Shades of Harley Davidson Orange #CD4119

Tints of Harley Davidson Orange #CD4119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.47%

R = 69.49%
G = 22.03%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD4119 (or 0xCD4119) is known color: Harley Davidson Orange. HEX triplet: CD, 41 and 19. RGB value is (205,65,25). Sum of RGB (Red+Green+Blue) = 205+65+25=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4119 is #32BEE6. Grayscale: #666666. Windows color (decimal): -3325671 or 1655245. OLE color: 1655245.

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

Color convert

RGB 205 65 25 -
CMYK 0 0.68 0.88 0.20
HSL 13.33º 0.78% 0.45% -
HSV(B) 13.33º 0.88% 0.8% -
XYZ 27.24 16.83 2.73 -
YUV 102.3 84.38 201.25 -
System Red Green Blue C M Y K H S L
Decimal 205 65 25 0 0.68 0.88 0.20 13.33 0.78 0.45
Hex CD 41 19 0 44 58 14 D 4E 2D
Octal 315 101 31 0 104 130 24 15 116 55
Binary 11001101 1000001 11001 0 1000100 1011000 10100 1101 1001110 101101

Color Harmonies of #CD4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4119

Black with #CD4119

Text Example


Text Example

White with #CD4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4119; }

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

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

background-color css

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

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

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

border-color css

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

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

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