Html Css Color HEX #D30D00 Free Speech Red

📋 copy color: '#D30D00'

red 211 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #D30D00

Tints of Free Speech Red #D30D00

RGB

 RED value IS 211 (82.81% from 255) = 94.2%

 GREEN value IS 13 (5.47% from 255) = 5.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.2%
G = 5.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D30D00 (or 0xD30D00) is known color: Free Speech Red. HEX triplet: D3, 0D and 00. RGB value is (211,13,0). Sum of RGB (Red+Green+Blue) = 211+13+0=224 (29% of max value = 765). Red value is 211 (82.81% from 255 or 94.20% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30D00 is #2CF2FF. Grayscale: #464646. Windows color (decimal): -2945792 or 3539. OLE color: 3539.

HSL color Cylindrical-coordinate representation of color #D30D00: hue angle of 3.7º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 13 0 -
CMYK 0 0.94 1 0.17
HSL 3.7º 1% 0.41% -
HSV(B) 3.7º 1% 0.83% -
XYZ 27.01 14.14 1.31 -
YUV 70.72 88.1 228.06 -
System Red Green Blue C M Y K H S L
Decimal 211 13 0 0 0.94 1 0.17 3.7 1 0.41
Hex D3 D 0 0 5E 64 11 4 64 29
Octal 323 15 0 0 136 144 21 4 144 51
Binary 11010011 1101 0 0 1011110 1100100 10001 100 1100100 101001

Color Harmonies of #D30D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30D00

Black with #D30D00

Text Example


Text Example

White with #D30D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30D00; }

 p { color: rgb(211,13,0); }

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

background-color css

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

 a { background-color: rgb(211,13,0); }

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

border-color css

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

 span { border-color: rgb(211,13,0); }

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