Html Css Color HEX #D30701 Free Speech Red

📋 copy color: '#D30701'

red 211 ◦ green 7 ◦ blue 1

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

Shades of Free Speech Red #D30701

Tints of Free Speech Red #D30701

RGB

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

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

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

R = 96.35%
G = 3.2%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D30701 (or 0xD30701) is known color: Free Speech Red. HEX triplet: D3, 07 and 01. RGB value is (211,7,1). Sum of RGB (Red+Green+Blue) = 211+7+1=219 (29% of max value = 765). Red value is 211 (82.81% from 255 or 96.35% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 211 - color contains mainly: red. Hex color #D30701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30701 is #2CF8FE. Grayscale: #434343. Windows color (decimal): -2947327 or 67539. OLE color: 67539.

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

Color convert

RGB 211 7 1 -
CMYK 0 0.97 1.00 0.17
HSL 1.71º 0.99% 0.42% -
HSV(B) 1.71º 1% 0.83% -
XYZ 26.95 14 1.31 -
YUV 67.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 211 7 1 0 0.97 1.00 0.17 1.71 0.99 0.42
Hex D3 7 1 0 61 64 11 2 63 2A
Octal 323 7 1 0 141 144 21 2 143 52
Binary 11010011 111 1 0 1100001 1100100 10001 10 1100011 101010

Color Harmonies of #D30701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30701

Black with #D30701

Text Example


Text Example

White with #D30701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30701; }

 p { color: rgb(211,7,1); }

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

background-color css

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

 a { background-color: rgb(211,7,1); }

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

border-color css

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

 span { border-color: rgb(211,7,1); }

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