Html Css Color HEX #CE1313 Free Speech Red

📋 copy color: '#CE1313'

red 206 ◦ green 19 ◦ blue 19

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

Shades of Free Speech Red #CE1313

Tints of Free Speech Red #CE1313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

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

R = 84.43%
G = 7.79%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE1313 (or 0xCE1313) is known color: Free Speech Red. HEX triplet: CE, 13 and 13. RGB value is (206,19,19). Sum of RGB (Red+Green+Blue) = 206+19+19=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1313 is #31ECEC. Grayscale: #4B4B4B. Windows color (decimal): -3271917 or 1250254. OLE color: 1250254.

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

Color convert

RGB 206 19 19 -
CMYK 0 0.91 0.91 0.19
HSL 0.83% 0.44% -
HSV(B) 0.91% 0.81% -
XYZ 25.8 13.63 1.89 -
YUV 74.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 206 19 19 0 0.91 0.91 0.19 0 0.83 0.44
Hex CE 13 13 0 5B 5B 13 0 53 2C
Octal 316 23 23 0 133 133 23 0 123 54
Binary 11001110 10011 10011 0 1011011 1011011 10011 0 1010011 101100

Color Harmonies of #CE1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1313

Black with #CE1313

Text Example


Text Example

White with #CE1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1313; }

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

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

background-color css

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

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

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

border-color css

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

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

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