Html Css Color HEX #CE1613 Free Speech Red

📋 copy color: '#CE1613'

red 206 ◦ green 22 ◦ blue 19

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

Shades of Free Speech Red #CE1613

Tints of Free Speech Red #CE1613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 83.4%
G = 8.91%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE1613 (or 0xCE1613) is known color: Free Speech Red. HEX triplet: CE, 16 and 13. RGB value is (206,22,19). Sum of RGB (Red+Green+Blue) = 206+22+19=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1613 is #31E9EC. Grayscale: #4C4C4C. Windows color (decimal): -3271149 or 1251022. OLE color: 1251022.

HSL color Cylindrical-coordinate representation of color #CE1613: hue angle of 0.96º degrees, saturation: 0.83, 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 #CE1613 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 22 19 -
CMYK 0 0.89 0.91 0.19
HSL 0.96º 0.83% 0.44% -
HSV(B) 0.96º 0.91% 0.81% -
XYZ 25.86 13.74 1.91 -
YUV 76.67 95.46 220.24 -
System Red Green Blue C M Y K H S L
Decimal 206 22 19 0 0.89 0.91 0.19 0.96 0.83 0.44
Hex CE 16 13 0 59 5B 13 1 53 2C
Octal 316 26 23 0 131 133 23 1 123 54
Binary 11001110 10110 10011 0 1011001 1011011 10011 1 1010011 101100

Color Harmonies of #CE1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1613

Black with #CE1613

Text Example


Text Example

White with #CE1613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1613; }

 p { color: rgb(206,22,19); }

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

background-color css

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

 a { background-color: rgb(206,22,19); }

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

border-color css

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

 span { border-color: rgb(206,22,19); }

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