Html Css Color HEX #CD2514 Harley Davidson Orange

📋 copy color: '#CD2514'

red 205 ◦ green 37 ◦ blue 20

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

Shades of Harley Davidson Orange #CD2514

Tints of Harley Davidson Orange #CD2514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 78.24%
G = 14.12%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD2514 (or 0xCD2514) is known color: Harley Davidson Orange. HEX triplet: CD, 25 and 14. RGB value is (205,37,20). Sum of RGB (Red+Green+Blue) = 205+37+20=262 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.24% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2514 is #32DAEB. Grayscale: #555555. Windows color (decimal): -3332844 or 1320397. OLE color: 1320397.

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

Color convert

RGB 205 37 20 -
CMYK 0 0.82 0.90 0.20
HSL 5.51º 0.82% 0.44% -
HSV(B) 5.51º 0.9% 0.8% -
XYZ 25.96 14.35 2.06 -
YUV 85.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 205 37 20 0 0.82 0.90 0.20 5.51 0.82 0.44
Hex CD 25 14 0 52 5A 14 6 52 2C
Octal 315 45 24 0 122 132 24 6 122 54
Binary 11001101 100101 10100 0 1010010 1011010 10100 110 1010010 101100

Color Harmonies of #CD2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2514

Black with #CD2514

Text Example


Text Example

White with #CD2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2514; }

 p { color: rgb(205,37,20); }

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

background-color css

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

 a { background-color: rgb(205,37,20); }

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

border-color css

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

 span { border-color: rgb(205,37,20); }

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