Html Css Color HEX #D00605 Free Speech Red

📋 copy color: '#D00605'

red 208 ◦ green 6 ◦ blue 5

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

Shades of Free Speech Red #D00605

Tints of Free Speech Red #D00605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 94.98%
G = 2.74%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D00605 (or 0xD00605) is known color: Free Speech Red. HEX triplet: D0, 06 and 05. RGB value is (208,6,5). Sum of RGB (Red+Green+Blue) = 208+6+5=219 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.98% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 208 - color contains mainly: red. Hex color #D00605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00605 is #2FF9FA. Grayscale: #424242. Windows color (decimal): -3144187 or 329424. OLE color: 329424.

HSL color Cylindrical-coordinate representation of color #D00605: hue angle of 0.3º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00605 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 5 -
CMYK 0 0.97 0.98 0.18
HSL 0.3º 0.95% 0.42% -
HSV(B) 0.3º 0.98% 0.82% -
XYZ 26.1 13.55 1.38 -
YUV 66.28 93.42 229.08 -
System Red Green Blue C M Y K H S L
Decimal 208 6 5 0 0.97 0.98 0.18 0.3 0.95 0.42
Hex D0 6 5 0 61 62 12 0 5F 2A
Octal 320 6 5 0 141 142 22 0 137 52
Binary 11010000 110 101 0 1100001 1100010 10010 0 1011111 101010

Color Harmonies of #D00605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00605

Black with #D00605

Text Example


Text Example

White with #D00605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00605; }

 p { color: rgb(208,6,5); }

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

background-color css

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

 a { background-color: rgb(208,6,5); }

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

border-color css

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

 span { border-color: rgb(208,6,5); }

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