Html Css Color HEX #D61807 Free Speech Red

📋 copy color: '#D61807'

red 214 ◦ green 24 ◦ blue 7

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

Shades of Free Speech Red #D61807

Tints of Free Speech Red #D61807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

 BLUE value IS 7 (3.13% from 255) = 2.86%

R = 87.35%
G = 9.8%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D61807 (or 0xD61807) is known color: Free Speech Red. HEX triplet: D6, 18 and 07. RGB value is (214,24,7). Sum of RGB (Red+Green+Blue) = 214+24+7=245 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.35% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 214 - color contains mainly: red. Hex color #D61807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61807 is #29E7F8. Grayscale: #4F4F4F. Windows color (decimal): -2746361 or 465110. OLE color: 465110.

HSL color Cylindrical-coordinate representation of color #D61807: hue angle of 4.93º degrees, saturation: 0.94, 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 #D61807 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 7 -
CMYK 0 0.89 0.97 0.16
HSL 4.93º 0.94% 0.43% -
HSV(B) 4.93º 0.97% 0.84% -
XYZ 28.1 14.96 1.61 -
YUV 78.87 87.45 224.38 -
System Red Green Blue C M Y K H S L
Decimal 214 24 7 0 0.89 0.97 0.16 4.93 0.94 0.43
Hex D6 18 7 0 59 61 10 5 5E 2B
Octal 326 30 7 0 131 141 20 5 136 53
Binary 11010110 11000 111 0 1011001 1100001 10000 101 1011110 101011

Color Harmonies of #D61807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61807

Black with #D61807

Text Example


Text Example

White with #D61807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61807; }

 p { color: rgb(214,24,7); }

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

background-color css

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

 a { background-color: rgb(214,24,7); }

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

border-color css

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

 span { border-color: rgb(214,24,7); }

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