Html Css Color HEX #DA0601 Free Speech Red

📋 copy color: '#DA0601'

red 218 ◦ green 6 ◦ blue 1

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

Shades of Free Speech Red #DA0601

Tints of Free Speech Red #DA0601

RGB

 RED value IS 218 (85.55% from 255) = 96.89%

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

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

R = 96.89%
G = 2.67%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA0601 (or 0xDA0601) is known color: Free Speech Red. HEX triplet: DA, 06 and 01. RGB value is (218,6,1). Sum of RGB (Red+Green+Blue) = 218+6+1=225 (29% of max value = 765). Red value is 218 (85.55% from 255 or 96.89% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0601 is #25F9FE. Grayscale: #454545. Windows color (decimal): -2488831 or 67290. OLE color: 67290.

HSL color Cylindrical-coordinate representation of color #DA0601: hue angle of 1.38º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0601 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 1 -
CMYK 0 0.97 1.00 0.15
HSL 1.38º 0.99% 0.43% -
HSV(B) 1.38º 1% 0.85% -
XYZ 28.98 15.04 1.4 -
YUV 68.82 89.74 234.41 -
System Red Green Blue C M Y K H S L
Decimal 218 6 1 0 0.97 1.00 0.15 1.38 0.99 0.43
Hex DA 6 1 0 61 64 F 1 63 2B
Octal 332 6 1 0 141 144 17 1 143 53
Binary 11011010 110 1 0 1100001 1100100 1111 1 1100011 101011

Color Harmonies of #DA0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0601

Black with #DA0601

Text Example


Text Example

White with #DA0601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0601; }

 p { color: rgb(218,6,1); }

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

background-color css

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

 a { background-color: rgb(218,6,1); }

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

border-color css

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

 span { border-color: rgb(218,6,1); }

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