Html Css Color HEX #DA0900 Free Speech Red

📋 copy color: '#DA0900'

red 218 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #DA0900

Tints of Free Speech Red #DA0900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.04%
G = 3.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA0900 (or 0xDA0900) is known color: Free Speech Red. HEX triplet: DA, 09 and 00. RGB value is (218,9,0). Sum of RGB (Red+Green+Blue) = 218+9+0=227 (30% of max value = 765). Red value is 218 (85.55% from 255 or 96.04% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0900 is #25F6FF. Grayscale: #464646. Windows color (decimal): -2488064 or 2522. OLE color: 2522.

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

Color convert

RGB 218 9 0 -
CMYK 0 0.96 1 0.15
HSL 2.48º 1% 0.43% -
HSV(B) 2.48º 1% 0.85% -
XYZ 29.01 15.1 1.39 -
YUV 70.47 88.24 233.23 -
System Red Green Blue C M Y K H S L
Decimal 218 9 0 0 0.96 1 0.15 2.48 1 0.43
Hex DA 9 0 0 60 64 F 2 64 2B
Octal 332 11 0 0 140 144 17 2 144 53
Binary 11011010 1001 0 0 1100000 1100100 1111 10 1100100 101011

Color Harmonies of #DA0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0900

Black with #DA0900

Text Example


Text Example

White with #DA0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0900; }

 p { color: rgb(218,9,0); }

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

background-color css

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

 a { background-color: rgb(218,9,0); }

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

border-color css

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

 span { border-color: rgb(218,9,0); }

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