Html Css Color HEX #D61306 Free Speech Red

📋 copy color: '#D61306'

red 214 ◦ green 19 ◦ blue 6

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

Shades of Free Speech Red #D61306

Tints of Free Speech Red #D61306

RGB

 RED value IS 214 (83.98% from 255) = 89.54%

 GREEN value IS 19 (7.81% from 255) = 7.95%

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 89.54%
G = 7.95%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D61306 (or 0xD61306) is known color: Free Speech Red. HEX triplet: D6, 13 and 06. RGB value is (214,19,6). Sum of RGB (Red+Green+Blue) = 214+19+6=239 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.54% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 214 - color contains mainly: red. Hex color #D61306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61306 is #29ECF9. Grayscale: #4C4C4C. Windows color (decimal): -2747642 or 398294. OLE color: 398294.

HSL color Cylindrical-coordinate representation of color #D61306: hue angle of 3.75º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D61306 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 19 6 -
CMYK 0 0.91 0.97 0.16
HSL 3.75º 0.95% 0.43% -
HSV(B) 3.75º 0.97% 0.84% -
XYZ 28 14.78 1.55 -
YUV 75.82 88.6 226.56 -
System Red Green Blue C M Y K H S L
Decimal 214 19 6 0 0.91 0.97 0.16 3.75 0.95 0.43
Hex D6 13 6 0 5B 61 10 4 5F 2B
Octal 326 23 6 0 133 141 20 4 137 53
Binary 11010110 10011 110 0 1011011 1100001 10000 100 1011111 101011

Color Harmonies of #D61306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61306

Black with #D61306

Text Example


Text Example

White with #D61306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61306; }

 p { color: rgb(214,19,6); }

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

background-color css

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

 a { background-color: rgb(214,19,6); }

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

border-color css

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

 span { border-color: rgb(214,19,6); }

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