Html Css Color HEX #CD231E Harley Davidson Orange

📋 copy color: '#CD231E'

red 205 ◦ green 35 ◦ blue 30

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

Shades of Harley Davidson Orange #CD231E

Tints of Harley Davidson Orange #CD231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 75.93%
G = 12.96%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD231E (or 0xCD231E) is known color: Harley Davidson Orange. HEX triplet: CD, 23 and 1E. RGB value is (205,35,30). Sum of RGB (Red+Green+Blue) = 205+35+30=270 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.93% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 205 - color contains mainly: red. Hex color #CD231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD231E is #32DCE1. Grayscale: #555555. Windows color (decimal): -3333346 or 1975245. OLE color: 1975245.

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

Color convert

RGB 205 35 30 -
CMYK 0 0.83 0.85 0.20
HSL 1.71º 0.74% 0.46% -
HSV(B) 1.71º 0.85% 0.8% -
XYZ 26.01 14.27 2.61 -
YUV 85.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 205 35 30 0 0.83 0.85 0.20 1.71 0.74 0.46
Hex CD 23 1E 0 53 55 14 2 4A 2E
Octal 315 43 36 0 123 125 24 2 112 56
Binary 11001101 100011 11110 0 1010011 1010101 10100 10 1001010 101110

Color Harmonies of #CD231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD231E

Black with #CD231E

Text Example


Text Example

White with #CD231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD231E; }

 p { color: rgb(205,35,30); }

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

background-color css

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

 a { background-color: rgb(205,35,30); }

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

border-color css

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

 span { border-color: rgb(205,35,30); }

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