Html Css Color HEX #CD290E Harley Davidson Orange

📋 copy color: '#CD290E'

red 205 ◦ green 41 ◦ blue 14

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

Shades of Harley Davidson Orange #CD290E

Tints of Harley Davidson Orange #CD290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 78.85%
G = 15.77%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD290E (or 0xCD290E) is known color: Harley Davidson Orange. HEX triplet: CD, 29 and 0E. RGB value is (205,41,14). Sum of RGB (Red+Green+Blue) = 205+41+14=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD290E is #32D6F1. Grayscale: #575757. Windows color (decimal): -3331826 or 928205. OLE color: 928205.

HSL color Cylindrical-coordinate representation of color #CD290E: hue angle of 8.48º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD290E is Cyan = 0, Magento = 0.8, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 41 14 -
CMYK 0 0.8 0.93 0.20
HSL 8.48º 0.87% 0.43% -
HSV(B) 8.48º 0.93% 0.8% -
XYZ 26.05 14.6 1.86 -
YUV 86.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 205 41 14 0 0.8 0.93 0.20 8.48 0.87 0.43
Hex CD 29 E 0 50 5D 14 8 57 2B
Octal 315 51 16 0 120 135 24 10 127 53
Binary 11001101 101001 1110 0 1010000 1011101 10100 1000 1010111 101011

Color Harmonies of #CD290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD290E

Black with #CD290E

Text Example


Text Example

White with #CD290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD290E; }

 p { color: rgb(205,41,14); }

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

background-color css

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

 a { background-color: rgb(205,41,14); }

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

border-color css

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

 span { border-color: rgb(205,41,14); }

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