Html Css Color HEX #CE0703 Free Speech Red

📋 copy color: '#CE0703'

red 206 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #CE0703

Tints of Free Speech Red #CE0703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 95.37%
G = 3.24%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE0703 (or 0xCE0703) is known color: Free Speech Red. HEX triplet: CE, 07 and 03. RGB value is (206,7,3). Sum of RGB (Red+Green+Blue) = 206+7+3=216 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.37% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0703 is #31F8FC. Grayscale: #424242. Windows color (decimal): -3275005 or 198606. OLE color: 198606.

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

Color convert

RGB 206 7 3 -
CMYK 0 0.97 0.99 0.19
HSL 1.18º 0.97% 0.41% -
HSV(B) 1.18º 0.99% 0.81% -
XYZ 25.55 13.28 1.3 -
YUV 66.05 92.43 227.83 -
System Red Green Blue C M Y K H S L
Decimal 206 7 3 0 0.97 0.99 0.19 1.18 0.97 0.41
Hex CE 7 3 0 61 63 13 1 61 29
Octal 316 7 3 0 141 143 23 1 141 51
Binary 11001110 111 11 0 1100001 1100011 10011 1 1100001 101001

Color Harmonies of #CE0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0703

Black with #CE0703

Text Example


Text Example

White with #CE0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0703; }

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

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

background-color css

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

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

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

border-color css

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

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

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