Html Css Color HEX #CD2714 Harley Davidson Orange

📋 copy color: '#CD2714'

red 205 ◦ green 39 ◦ blue 20

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

Shades of Harley Davidson Orange #CD2714

Tints of Harley Davidson Orange #CD2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

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

R = 77.65%
G = 14.77%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD2714 (or 0xCD2714) is known color: Harley Davidson Orange. HEX triplet: CD, 27 and 14. RGB value is (205,39,20). Sum of RGB (Red+Green+Blue) = 205+39+20=264 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.65% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2714 is #32D8EB. Grayscale: #565656. Windows color (decimal): -3332332 or 1320909. OLE color: 1320909.

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

Color convert

RGB 205 39 20 -
CMYK 0 0.81 0.90 0.20
HSL 6.16º 0.82% 0.44% -
HSV(B) 6.16º 0.9% 0.8% -
XYZ 26.03 14.48 2.09 -
YUV 86.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 205 39 20 0 0.81 0.90 0.20 6.16 0.82 0.44
Hex CD 27 14 0 51 5A 14 6 52 2C
Octal 315 47 24 0 121 132 24 6 122 54
Binary 11001101 100111 10100 0 1010001 1011010 10100 110 1010010 101100

Color Harmonies of #CD2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2714

Black with #CD2714

Text Example


Text Example

White with #CD2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2714; }

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

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

background-color css

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

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

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

border-color css

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

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

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