Html Css Color HEX #CB0703 Free Speech Red

📋 copy color: '#CB0703'

red 203 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #CB0703

Tints of Free Speech Red #CB0703

RGB

 RED value IS 203 (79.69% from 255) = 95.31%

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

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

R = 95.31%
G = 3.29%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB0703 (or 0xCB0703) is known color: Free Speech Red. HEX triplet: CB, 07 and 03. RGB value is (203,7,3). Sum of RGB (Red+Green+Blue) = 203+7+3=213 (28% of max value = 765). Red value is 203 (79.69% from 255 or 95.31% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0703 is #34F8FC. Grayscale: #414141. Windows color (decimal): -3471613 or 198603. OLE color: 198603.

HSL color Cylindrical-coordinate representation of color #CB0703: hue angle of 1.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0703 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 3 -
CMYK 0 0.97 0.99 0.20
HSL 1.2º 0.97% 0.4% -
HSV(B) 1.2º 0.99% 0.8% -
XYZ 24.72 12.86 1.26 -
YUV 65.15 92.93 226.33 -
System Red Green Blue C M Y K H S L
Decimal 203 7 3 0 0.97 0.99 0.20 1.2 0.97 0.4
Hex CB 7 3 0 61 63 14 1 61 28
Octal 313 7 3 0 141 143 24 1 141 50
Binary 11001011 111 11 0 1100001 1100011 10100 1 1100001 101000

Color Harmonies of #CB0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0703

Black with #CB0703

Text Example


Text Example

White with #CB0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0703; }

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

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

background-color css

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

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

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

border-color css

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

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

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