Html Css Color HEX #CD3717 Harley Davidson Orange

📋 copy color: '#CD3717'

red 205 ◦ green 55 ◦ blue 23

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

Shades of Harley Davidson Orange #CD3717

Tints of Harley Davidson Orange #CD3717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 72.44%
G = 19.43%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD3717 (or 0xCD3717) is known color: Harley Davidson Orange. HEX triplet: CD, 37 and 17. RGB value is (205,55,23). Sum of RGB (Red+Green+Blue) = 205+55+23=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3717 is #32C8E8. Grayscale: #606060. Windows color (decimal): -3328233 or 1521613. OLE color: 1521613.

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

Color convert

RGB 205 55 23 -
CMYK 0 0.73 0.89 0.20
HSL 10.55º 0.8% 0.45% -
HSV(B) 10.55º 0.89% 0.8% -
XYZ 26.7 15.77 2.45 -
YUV 96.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 205 55 23 0 0.73 0.89 0.20 10.55 0.8 0.45
Hex CD 37 17 0 49 59 14 B 50 2D
Octal 315 67 27 0 111 131 24 13 120 55
Binary 11001101 110111 10111 0 1001001 1011001 10100 1011 1010000 101101

Color Harmonies of #CD3717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3717

Black with #CD3717

Text Example


Text Example

White with #CD3717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3717; }

 p { color: rgb(205,55,23); }

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

background-color css

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

 a { background-color: rgb(205,55,23); }

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

border-color css

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

 span { border-color: rgb(205,55,23); }

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