Html Css Color HEX #CD331C Harley Davidson Orange

📋 copy color: '#CD331C'

red 205 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #CD331C

Tints of Harley Davidson Orange #CD331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

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

R = 72.18%
G = 17.96%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD331C (or 0xCD331C) is known color: Harley Davidson Orange. HEX triplet: CD, 33 and 1C. RGB value is (205,51,28). Sum of RGB (Red+Green+Blue) = 205+51+28=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD331C is #32CCE3. Grayscale: #5E5E5E. Windows color (decimal): -3329252 or 1848269. OLE color: 1848269.

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

Color convert

RGB 205 51 28 -
CMYK 0 0.75 0.86 0.20
HSL 7.8º 0.76% 0.46% -
HSV(B) 7.8º 0.86% 0.8% -
XYZ 26.57 15.43 2.68 -
YUV 94.42 90.52 206.87 -
System Red Green Blue C M Y K H S L
Decimal 205 51 28 0 0.75 0.86 0.20 7.8 0.76 0.46
Hex CD 33 1C 0 4B 56 14 8 4C 2E
Octal 315 63 34 0 113 126 24 10 114 56
Binary 11001101 110011 11100 0 1001011 1010110 10100 1000 1001100 101110

Color Harmonies of #CD331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD331C

Black with #CD331C

Text Example


Text Example

White with #CD331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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