Html Css Color HEX #CD1514 Free Speech Red

📋 copy color: '#CD1514'

red 205 ◦ green 21 ◦ blue 20

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

Shades of Free Speech Red #CD1514

Tints of Free Speech Red #CD1514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.54%

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 83.33%
G = 8.54%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD1514 (or 0xCD1514) is known color: Free Speech Red. HEX triplet: CD, 15 and 14. RGB value is (205,21,20). Sum of RGB (Red+Green+Blue) = 205+21+20=246 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.33% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD1514 is #32EAEB. Grayscale: #4C4C4C. Windows color (decimal): -3336940 or 1316301. OLE color: 1316301.

HSL color Cylindrical-coordinate representation of color #CD1514: hue angle of 0.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1514 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 20 -
CMYK 0 0.90 0.90 0.20
HSL 0.32º 0.82% 0.44% -
HSV(B) 0.32º 0.9% 0.8% -
XYZ 25.57 13.57 1.93 -
YUV 75.9 96.46 220.08 -
System Red Green Blue C M Y K H S L
Decimal 205 21 20 0 0.90 0.90 0.20 0.32 0.82 0.44
Hex CD 15 14 0 5A 5A 14 0 52 2C
Octal 315 25 24 0 132 132 24 0 122 54
Binary 11001101 10101 10100 0 1011010 1011010 10100 0 1010010 101100

Color Harmonies of #CD1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1514

Black with #CD1514

Text Example


Text Example

White with #CD1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1514; }

 p { color: rgb(205,21,20); }

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

background-color css

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

 a { background-color: rgb(205,21,20); }

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

border-color css

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

 span { border-color: rgb(205,21,20); }

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