Html Css Color HEX #CD4013 Harley Davidson Orange

📋 copy color: '#CD4013'

red 205 ◦ green 64 ◦ blue 19

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

Shades of Harley Davidson Orange #CD4013

Tints of Harley Davidson Orange #CD4013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 71.18%
G = 22.22%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD4013 (or 0xCD4013) is known color: Harley Davidson Orange. HEX triplet: CD, 40 and 13. RGB value is (205,64,19). Sum of RGB (Red+Green+Blue) = 205+64+19=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4013 is #32BFEC. Grayscale: #656565. Windows color (decimal): -3325933 or 1261773. OLE color: 1261773.

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

Color convert

RGB 205 64 19 -
CMYK 0 0.69 0.91 0.20
HSL 14.52º 0.83% 0.44% -
HSV(B) 14.52º 0.91% 0.8% -
XYZ 27.13 16.69 2.41 -
YUV 101.03 81.71 202.16 -
System Red Green Blue C M Y K H S L
Decimal 205 64 19 0 0.69 0.91 0.20 14.52 0.83 0.44
Hex CD 40 13 0 45 5B 14 F 53 2C
Octal 315 100 23 0 105 133 24 17 123 54
Binary 11001101 1000000 10011 0 1000101 1011011 10100 1111 1010011 101100

Color Harmonies of #CD4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4013

Black with #CD4013

Text Example


Text Example

White with #CD4013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4013; }

 p { color: rgb(205,64,19); }

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

background-color css

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

 a { background-color: rgb(205,64,19); }

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

border-color css

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

 span { border-color: rgb(205,64,19); }

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