Html Css Color HEX #CD411C Harley Davidson Orange

📋 copy color: '#CD411C'

red 205 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #CD411C

Tints of Harley Davidson Orange #CD411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 68.79%
G = 21.81%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD411C (or 0xCD411C) is known color: Harley Davidson Orange. HEX triplet: CD, 41 and 1C. RGB value is (205,65,28). Sum of RGB (Red+Green+Blue) = 205+65+28=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD411C is #32BEE3. Grayscale: #666666. Windows color (decimal): -3325668 or 1851853. OLE color: 1851853.

HSL color Cylindrical-coordinate representation of color #CD411C: hue angle of 12.54º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD411C is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 65 28 -
CMYK 0 0.68 0.86 0.20
HSL 12.54º 0.76% 0.46% -
HSV(B) 12.54º 0.86% 0.8% -
XYZ 27.28 16.84 2.91 -
YUV 102.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 205 65 28 0 0.68 0.86 0.20 12.54 0.76 0.46
Hex CD 41 1C 0 44 56 14 D 4C 2E
Octal 315 101 34 0 104 126 24 15 114 56
Binary 11001101 1000001 11100 0 1000100 1010110 10100 1101 1001100 101110

Color Harmonies of #CD411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD411C

Black with #CD411C

Text Example


Text Example

White with #CD411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD411C; }

 p { color: rgb(205,65,28); }

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

background-color css

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

 a { background-color: rgb(205,65,28); }

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

border-color css

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

 span { border-color: rgb(205,65,28); }

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