Html Css Color HEX #D60901 Free Speech Red

📋 copy color: '#D60901'

red 214 ◦ green 9 ◦ blue 1

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

Shades of Free Speech Red #D60901

Tints of Free Speech Red #D60901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 95.54%
G = 4.02%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D60901 (or 0xD60901) is known color: Free Speech Red. HEX triplet: D6, 09 and 01. RGB value is (214,9,1). Sum of RGB (Red+Green+Blue) = 214+9+1=224 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.54% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 214 - color contains mainly: red. Hex color #D60901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60901 is #29F6FE. Grayscale: #454545. Windows color (decimal): -2750207 or 68054. OLE color: 68054.

HSL color Cylindrical-coordinate representation of color #D60901: hue angle of 2.25º 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 #D60901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 1 -
CMYK 0 0.96 1.00 0.16
HSL 2.25º 0.99% 0.42% -
HSV(B) 2.25º 1% 0.84% -
XYZ 27.83 14.49 1.36 -
YUV 69.38 89.42 231.15 -
System Red Green Blue C M Y K H S L
Decimal 214 9 1 0 0.96 1.00 0.16 2.25 0.99 0.42
Hex D6 9 1 0 60 64 10 2 63 2A
Octal 326 11 1 0 140 144 20 2 143 52
Binary 11010110 1001 1 0 1100000 1100100 10000 10 1100011 101010

Color Harmonies of #D60901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60901

Black with #D60901

Text Example


Text Example

White with #D60901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60901; }

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

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

background-color css

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

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

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

border-color css

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

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

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