Html Css Color HEX #CE1512 Free Speech Red

📋 copy color: '#CE1512'

red 206 ◦ green 21 ◦ blue 18

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

Shades of Free Speech Red #CE1512

Tints of Free Speech Red #CE1512

RGB

 RED value IS 206 (80.86% from 255) = 84.08%

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 84.08%
G = 8.57%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE1512 (or 0xCE1512) is known color: Free Speech Red. HEX triplet: CE, 15 and 12. RGB value is (206,21,18). Sum of RGB (Red+Green+Blue) = 206+21+18=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1512 is #31EAED. Grayscale: #4C4C4C. Windows color (decimal): -3271406 or 1185230. OLE color: 1185230.

HSL color Cylindrical-coordinate representation of color #CE1512: hue angle of 0.96º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1512 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 21 18 -
CMYK 0 0.90 0.91 0.19
HSL 0.96º 0.84% 0.44% -
HSV(B) 0.96º 0.91% 0.81% -
XYZ 25.83 13.7 1.86 -
YUV 75.97 95.29 220.74 -
System Red Green Blue C M Y K H S L
Decimal 206 21 18 0 0.90 0.91 0.19 0.96 0.84 0.44
Hex CE 15 12 0 5A 5B 13 1 54 2C
Octal 316 25 22 0 132 133 23 1 124 54
Binary 11001110 10101 10010 0 1011010 1011011 10011 1 1010100 101100

Color Harmonies of #CE1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1512

Black with #CE1512

Text Example


Text Example

White with #CE1512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1512; }

 p { color: rgb(206,21,18); }

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

background-color css

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

 a { background-color: rgb(206,21,18); }

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

border-color css

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

 span { border-color: rgb(206,21,18); }

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