Html Css Color HEX #D00F01 Free Speech Red

📋 copy color: '#D00F01'

red 208 ◦ green 15 ◦ blue 1

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

Shades of Free Speech Red #D00F01

Tints of Free Speech Red #D00F01

RGB

 RED value IS 208 (81.64% from 255) = 92.86%

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

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

R = 92.86%
G = 6.7%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D00F01 (or 0xD00F01) is known color: Free Speech Red. HEX triplet: D0, 0F and 01. RGB value is (208,15,1). Sum of RGB (Red+Green+Blue) = 208+15+1=224 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.86% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00F01 is #2FF0FE. Grayscale: #474747. Windows color (decimal): -3141887 or 69584. OLE color: 69584.

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

Color convert

RGB 208 15 1 -
CMYK 0 0.93 1.00 0.18
HSL 4.06º 0.99% 0.41% -
HSV(B) 4.06º 1% 0.82% -
XYZ 26.19 13.75 1.3 -
YUV 71.11 88.44 225.64 -
System Red Green Blue C M Y K H S L
Decimal 208 15 1 0 0.93 1.00 0.18 4.06 0.99 0.41
Hex D0 F 1 0 5D 64 12 4 63 29
Octal 320 17 1 0 135 144 22 4 143 51
Binary 11010000 1111 1 0 1011101 1100100 10010 100 1100011 101001

Color Harmonies of #D00F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F01

Black with #D00F01

Text Example


Text Example

White with #D00F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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