Html Css Color HEX #D6130F Free Speech Red

📋 copy color: '#D6130F'

red 214 ◦ green 19 ◦ blue 15

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

Shades of Free Speech Red #D6130F

Tints of Free Speech Red #D6130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 86.29%
G = 7.66%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6130F (or 0xD6130F) is known color: Free Speech Red. HEX triplet: D6, 13 and 0F. RGB value is (214,19,15). Sum of RGB (Red+Green+Blue) = 214+19+15=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D6130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6130F is #29ECF0. Grayscale: #4D4D4D. Windows color (decimal): -2747633 or 988118. OLE color: 988118.

HSL color Cylindrical-coordinate representation of color #D6130F: hue angle of 1.21º degrees, saturation: 0.87, 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 #D6130F is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 19 15 -
CMYK 0 0.91 0.93 0.16
HSL 1.21º 0.87% 0.45% -
HSV(B) 1.21º 0.93% 0.84% -
XYZ 28.05 14.8 1.83 -
YUV 76.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 214 19 15 0 0.91 0.93 0.16 1.21 0.87 0.45
Hex D6 13 F 0 5B 5D 10 1 57 2D
Octal 326 23 17 0 133 135 20 1 127 55
Binary 11010110 10011 1111 0 1011011 1011101 10000 1 1010111 101101

Color Harmonies of #D6130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6130F

Black with #D6130F

Text Example


Text Example

White with #D6130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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