Html Css Color HEX #D60F01 Free Speech Red

📋 copy color: '#D60F01'

red 214 ◦ green 15 ◦ blue 1

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

Shades of Free Speech Red #D60F01

Tints of Free Speech Red #D60F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 93.04%
G = 6.52%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D60F01 (or 0xD60F01) is known color: Free Speech Red. HEX triplet: D6, 0F and 01. RGB value is (214,15,1). Sum of RGB (Red+Green+Blue) = 214+15+1=230 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.04% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60F01 is #29F0FE. Grayscale: #494949. Windows color (decimal): -2748671 or 69590. OLE color: 69590.

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

Color convert

RGB 214 15 1 -
CMYK 0 0.93 1.00 0.16
HSL 3.94º 0.99% 0.42% -
HSV(B) 3.94º 1% 0.84% -
XYZ 27.91 14.64 1.38 -
YUV 72.91 87.43 228.64 -
System Red Green Blue C M Y K H S L
Decimal 214 15 1 0 0.93 1.00 0.16 3.94 0.99 0.42
Hex D6 F 1 0 5D 64 10 4 63 2A
Octal 326 17 1 0 135 144 20 4 143 52
Binary 11010110 1111 1 0 1011101 1100100 10000 100 1100011 101010

Color Harmonies of #D60F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F01

Black with #D60F01

Text Example


Text Example

White with #D60F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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