Html Css Color HEX #D00301 Free Speech Red

📋 copy color: '#D00301'

red 208 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #D00301

Tints of Free Speech Red #D00301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 98.11%
G = 1.42%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D00301 (or 0xD00301) is known color: Free Speech Red. HEX triplet: D0, 03 and 01. RGB value is (208,3,1). Sum of RGB (Red+Green+Blue) = 208+3+1=212 (28% of max value = 765). Red value is 208 (81.64% from 255 or 98.11% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 208 - color contains mainly: red. Hex color #D00301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00301 is #2FFCFE. Grayscale: #404040. Windows color (decimal): -3144959 or 66512. OLE color: 66512.

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

Color convert

RGB 208 3 1 -
CMYK 0 0.99 1.00 0.18
HSL 0.58º 0.99% 0.41% -
HSV(B) 0.58º 1% 0.82% -
XYZ 26.05 13.48 1.26 -
YUV 64.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 208 3 1 0 0.99 1.00 0.18 0.58 0.99 0.41
Hex D0 3 1 0 63 64 12 1 63 29
Octal 320 3 1 0 143 144 22 1 143 51
Binary 11010000 11 1 0 1100011 1100100 10010 1 1100011 101001

Color Harmonies of #D00301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00301

Black with #D00301

Text Example


Text Example

White with #D00301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00301; }

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

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

background-color css

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

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

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

border-color css

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

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

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