Html Css Color HEX #CE1503 Free Speech Red

📋 copy color: '#CE1503'

red 206 ◦ green 21 ◦ blue 3

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

Shades of Free Speech Red #CE1503

Tints of Free Speech Red #CE1503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 89.57%
G = 9.13%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE1503 (or 0xCE1503) is known color: Free Speech Red. HEX triplet: CE, 15 and 03. RGB value is (206,21,3). Sum of RGB (Red+Green+Blue) = 206+21+3=230 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.57% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1503 is #31EAFC. Grayscale: #4A4A4A. Windows color (decimal): -3271421 or 202190. OLE color: 202190.

HSL color Cylindrical-coordinate representation of color #CE1503: hue angle of 5.32º degrees, saturation: 0.97, 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 #CE1503 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 21 3 -
CMYK 0 0.90 0.99 0.19
HSL 5.32º 0.97% 0.41% -
HSV(B) 5.32º 0.99% 0.81% -
XYZ 25.74 13.66 1.37 -
YUV 74.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 206 21 3 0 0.90 0.99 0.19 5.32 0.97 0.41
Hex CE 15 3 0 5A 63 13 5 61 29
Octal 316 25 3 0 132 143 23 5 141 51
Binary 11001110 10101 11 0 1011010 1100011 10011 101 1100001 101001

Color Harmonies of #CE1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1503

Black with #CE1503

Text Example


Text Example

White with #CE1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1503; }

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

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

background-color css

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

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

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

border-color css

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

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

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