Html Css Color HEX #CD251C Harley Davidson Orange

📋 copy color: '#CD251C'

red 205 ◦ green 37 ◦ blue 28

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

Shades of Harley Davidson Orange #CD251C

Tints of Harley Davidson Orange #CD251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

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

R = 75.93%
G = 13.7%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD251C (or 0xCD251C) is known color: Harley Davidson Orange. HEX triplet: CD, 25 and 1C. RGB value is (205,37,28). Sum of RGB (Red+Green+Blue) = 205+37+28=270 (35% of max value = 765). Red value is 205 (80.47% from 255 or 75.93% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 205 - color contains mainly: red. Hex color #CD251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD251C is #32DAE3. Grayscale: #565656. Windows color (decimal): -3332836 or 1844685. OLE color: 1844685.

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

Color convert

RGB 205 37 28 -
CMYK 0 0.82 0.86 0.20
HSL 3.05º 0.76% 0.46% -
HSV(B) 3.05º 0.86% 0.8% -
XYZ 26.05 14.39 2.5 -
YUV 86.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 205 37 28 0 0.82 0.86 0.20 3.05 0.76 0.46
Hex CD 25 1C 0 52 56 14 3 4C 2E
Octal 315 45 34 0 122 126 24 3 114 56
Binary 11001101 100101 11100 0 1010010 1010110 10100 11 1001100 101110

Color Harmonies of #CD251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD251C

Black with #CD251C

Text Example


Text Example

White with #CD251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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