Html Css Color HEX #CD301F Harley Davidson Orange

📋 copy color: '#CD301F'

red 205 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #CD301F

Tints of Harley Davidson Orange #CD301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 72.18%
G = 16.9%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD301F (or 0xCD301F) is known color: Harley Davidson Orange. HEX triplet: CD, 30 and 1F. RGB value is (205,48,31). Sum of RGB (Red+Green+Blue) = 205+48+31=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD301F is #32CFE0. Grayscale: #5D5D5D. Windows color (decimal): -3330017 or 2044109. OLE color: 2044109.

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

Color convert

RGB 205 48 31 -
CMYK 0 0.77 0.85 0.20
HSL 5.86º 0.74% 0.46% -
HSV(B) 5.86º 0.85% 0.8% -
XYZ 26.48 15.19 2.83 -
YUV 93.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 205 48 31 0 0.77 0.85 0.20 5.86 0.74 0.46
Hex CD 30 1F 0 4D 55 14 6 4A 2E
Octal 315 60 37 0 115 125 24 6 112 56
Binary 11001101 110000 11111 0 1001101 1010101 10100 110 1001010 101110

Color Harmonies of #CD301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD301F

Black with #CD301F

Text Example


Text Example

White with #CD301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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