Html Css Color HEX #D60F0E Free Speech Red

📋 copy color: '#D60F0E'

red 214 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #D60F0E

Tints of Free Speech Red #D60F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 88.07%
G = 6.17%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D60F0E (or 0xD60F0E) is known color: Free Speech Red. HEX triplet: D6, 0F and 0E. RGB value is (214,15,14). Sum of RGB (Red+Green+Blue) = 214+15+14=243 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.07% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60F0E is #29F0F1. Grayscale: #4A4A4A. Windows color (decimal): -2748658 or 921558. OLE color: 921558.

HSL color Cylindrical-coordinate representation of color #D60F0E: hue angle of 0.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60F0E is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 15 14 -
CMYK 0 0.93 0.93 0.16
HSL 0.3º 0.88% 0.45% -
HSV(B) 0.3º 0.93% 0.84% -
XYZ 27.98 14.67 1.77 -
YUV 74.39 93.93 227.58 -
System Red Green Blue C M Y K H S L
Decimal 214 15 14 0 0.93 0.93 0.16 0.3 0.88 0.45
Hex D6 F E 0 5D 5D 10 0 58 2D
Octal 326 17 16 0 135 135 20 0 130 55
Binary 11010110 1111 1110 0 1011101 1011101 10000 0 1011000 101101

Color Harmonies of #D60F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F0E

Black with #D60F0E

Text Example


Text Example

White with #D60F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F0E; }

 p { color: rgb(214,15,14); }

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

background-color css

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

 a { background-color: rgb(214,15,14); }

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

border-color css

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

 span { border-color: rgb(214,15,14); }

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