Html Css Color HEX #D30604 Free Speech Red

📋 copy color: '#D30604'

red 211 ◦ green 6 ◦ blue 4

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

Shades of Free Speech Red #D30604

Tints of Free Speech Red #D30604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 4 (1.95% from 255) = 1.81%

R = 95.48%
G = 2.71%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D30604 (or 0xD30604) is known color: Free Speech Red. HEX triplet: D3, 06 and 04. RGB value is (211,6,4). Sum of RGB (Red+Green+Blue) = 211+6+4=221 (29% of max value = 765). Red value is 211 (82.81% from 255 or 95.48% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 211 - color contains mainly: red. Hex color #D30604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30604 is #2CF9FB. Grayscale: #434343. Windows color (decimal): -2947580 or 263891. OLE color: 263891.

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

Color convert

RGB 211 6 4 -
CMYK 0 0.97 0.98 0.17
HSL 0.58º 0.96% 0.42% -
HSV(B) 0.58º 0.98% 0.83% -
XYZ 26.95 13.99 1.39 -
YUV 67.07 92.42 230.66 -
System Red Green Blue C M Y K H S L
Decimal 211 6 4 0 0.97 0.98 0.17 0.58 0.96 0.42
Hex D3 6 4 0 61 62 11 1 60 2A
Octal 323 6 4 0 141 142 21 1 140 52
Binary 11010011 110 100 0 1100001 1100010 10001 1 1100000 101010

Color Harmonies of #D30604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30604

Black with #D30604

Text Example


Text Example

White with #D30604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30604; }

 p { color: rgb(211,6,4); }

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

background-color css

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

 a { background-color: rgb(211,6,4); }

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

border-color css

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

 span { border-color: rgb(211,6,4); }

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