Html Css Color HEX #CE0202 Free Speech Red

📋 copy color: '#CE0202'

red 206 ◦ green 2 ◦ blue 2

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

Shades of Free Speech Red #CE0202

Tints of Free Speech Red #CE0202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 98.1%
G = 0.95%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE0202 (or 0xCE0202) is known color: Free Speech Red. HEX triplet: CE, 02 and 02. RGB value is (206,2,2). Sum of RGB (Red+Green+Blue) = 206+2+2=210 (27% of max value = 765). Red value is 206 (80.86% from 255 or 98.10% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0202 is #31FDFD. Grayscale: #3F3F3F. Windows color (decimal): -3276286 or 131790. OLE color: 131790.

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

Color convert

RGB 206 2 2 -
CMYK 0 0.99 0.99 0.19
HSL 0.98% 0.41% -
HSV(B) 0.99% 0.81% -
XYZ 25.49 13.17 1.26 -
YUV 63 93.59 230 -
System Red Green Blue C M Y K H S L
Decimal 206 2 2 0 0.99 0.99 0.19 0 0.98 0.41
Hex CE 2 2 0 63 63 13 0 62 29
Octal 316 2 2 0 143 143 23 0 142 51
Binary 11001110 10 10 0 1100011 1100011 10011 0 1100010 101001

Color Harmonies of #CE0202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0202

Black with #CE0202

Text Example


Text Example

White with #CE0202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0202; }

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

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

background-color css

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

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

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

border-color css

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

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

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