Html Css Color HEX #D00303 Free Speech Red

📋 copy color: '#D00303'

red 208 ◦ green 3 ◦ blue 3

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

Shades of Free Speech Red #D00303

Tints of Free Speech Red #D00303

RGB

 RED value IS 208 (81.64% from 255) = 97.2%

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 97.2%
G = 1.4%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D00303 (or 0xD00303) is known color: Free Speech Red. HEX triplet: D0, 03 and 03. RGB value is (208,3,3). Sum of RGB (Red+Green+Blue) = 208+3+3=214 (28% of max value = 765). Red value is 208 (81.64% from 255 or 97.20% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 208 - color contains mainly: red. Hex color #D00303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00303 is #2FFCFC. Grayscale: #404040. Windows color (decimal): -3144957 or 197584. OLE color: 197584.

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

Color convert

RGB 208 3 3 -
CMYK 0 0.99 0.99 0.18
HSL 0.97% 0.41% -
HSV(B) 0.99% 0.82% -
XYZ 26.06 13.48 1.31 -
YUV 64.3 93.42 230.5 -
System Red Green Blue C M Y K H S L
Decimal 208 3 3 0 0.99 0.99 0.18 0 0.97 0.41
Hex D0 3 3 0 63 63 12 0 61 29
Octal 320 3 3 0 143 143 22 0 141 51
Binary 11010000 11 11 0 1100011 1100011 10010 0 1100001 101001

Color Harmonies of #D00303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00303

Black with #D00303

Text Example


Text Example

White with #D00303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00303; }

 p { color: rgb(208,3,3); }

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

background-color css

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

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

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

border-color css

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

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

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