Html Css Color HEX #CD301C Harley Davidson Orange

📋 copy color: '#CD301C'

red 205 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #CD301C

Tints of Harley Davidson Orange #CD301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

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

R = 72.95%
G = 17.08%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD301C (or 0xCD301C) is known color: Harley Davidson Orange. HEX triplet: CD, 30 and 1C. RGB value is (205,48,28). Sum of RGB (Red+Green+Blue) = 205+48+28=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD301C is #32CFE3. Grayscale: #5C5C5C. Windows color (decimal): -3330020 or 1847501. OLE color: 1847501.

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

Color convert

RGB 205 48 28 -
CMYK 0 0.77 0.86 0.20
HSL 6.78º 0.76% 0.46% -
HSV(B) 6.78º 0.86% 0.8% -
XYZ 26.44 15.18 2.63 -
YUV 92.66 91.51 208.13 -
System Red Green Blue C M Y K H S L
Decimal 205 48 28 0 0.77 0.86 0.20 6.78 0.76 0.46
Hex CD 30 1C 0 4D 56 14 7 4C 2E
Octal 315 60 34 0 115 126 24 7 114 56
Binary 11001101 110000 11100 0 1001101 1010110 10100 111 1001100 101110

Color Harmonies of #CD301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD301C

Black with #CD301C

Text Example


Text Example

White with #CD301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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