Html Css Color HEX #CD350E Harley Davidson Orange

📋 copy color: '#CD350E'

red 205 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #CD350E

Tints of Harley Davidson Orange #CD350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.49%

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

R = 75.37%
G = 19.49%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD350E (or 0xCD350E) is known color: Harley Davidson Orange. HEX triplet: CD, 35 and 0E. RGB value is (205,53,14). Sum of RGB (Red+Green+Blue) = 205+53+14=272 (36% of max value = 765). Red value is 205 (80.47% from 255 or 75.37% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 205 - color contains mainly: red. Hex color #CD350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD350E is #32CAF1. Grayscale: #5E5E5E. Windows color (decimal): -3328754 or 931277. OLE color: 931277.

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

Color convert

RGB 205 53 14 -
CMYK 0 0.74 0.93 0.20
HSL 12.25º 0.87% 0.43% -
HSV(B) 12.25º 0.93% 0.8% -
XYZ 26.53 15.56 2.02 -
YUV 94 82.86 207.17 -
System Red Green Blue C M Y K H S L
Decimal 205 53 14 0 0.74 0.93 0.20 12.25 0.87 0.43
Hex CD 35 E 0 4A 5D 14 C 57 2B
Octal 315 65 16 0 112 135 24 14 127 53
Binary 11001101 110101 1110 0 1001010 1011101 10100 1100 1010111 101011

Color Harmonies of #CD350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD350E

Black with #CD350E

Text Example


Text Example

White with #CD350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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