Html Css Color HEX #CD231C Harley Davidson Orange

📋 copy color: '#CD231C'

red 205 ◦ green 35 ◦ blue 28

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

Shades of Harley Davidson Orange #CD231C

Tints of Harley Davidson Orange #CD231C

RGB

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

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

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

R = 76.49%
G = 13.06%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD231C (or 0xCD231C) is known color: Harley Davidson Orange. HEX triplet: CD, 23 and 1C. RGB value is (205,35,28). Sum of RGB (Red+Green+Blue) = 205+35+28=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD231C is #32DCE3. Grayscale: #555555. Windows color (decimal): -3333348 or 1844173. OLE color: 1844173.

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

Color convert

RGB 205 35 28 -
CMYK 0 0.83 0.86 0.20
HSL 2.37º 0.76% 0.46% -
HSV(B) 2.37º 0.86% 0.8% -
XYZ 25.99 14.27 2.48 -
YUV 85.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 205 35 28 0 0.83 0.86 0.20 2.37 0.76 0.46
Hex CD 23 1C 0 53 56 14 2 4C 2E
Octal 315 43 34 0 123 126 24 2 114 56
Binary 11001101 100011 11100 0 1010011 1010110 10100 10 1001100 101110

Color Harmonies of #CD231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD231C

Black with #CD231C

Text Example


Text Example

White with #CD231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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