Html Css Color HEX #D00A03 Free Speech Red

📋 copy color: '#D00A03'

red 208 ◦ green 10 ◦ blue 3

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

Shades of Free Speech Red #D00A03

Tints of Free Speech Red #D00A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.52%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 94.12%
G = 4.52%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D00A03 (or 0xD00A03) is known color: Free Speech Red. HEX triplet: D0, 0A and 03. RGB value is (208,10,3). Sum of RGB (Red+Green+Blue) = 208+10+3=221 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.12% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A03 is #2FF5FC. Grayscale: #444444. Windows color (decimal): -3143165 or 199376. OLE color: 199376.

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

Color convert

RGB 208 10 3 -
CMYK 0 0.95 0.99 0.18
HSL 2.05º 0.97% 0.41% -
HSV(B) 2.05º 0.99% 0.82% -
XYZ 26.14 13.63 1.34 -
YUV 68.4 91.1 227.57 -
System Red Green Blue C M Y K H S L
Decimal 208 10 3 0 0.95 0.99 0.18 2.05 0.97 0.41
Hex D0 A 3 0 5F 63 12 2 61 29
Octal 320 12 3 0 137 143 22 2 141 51
Binary 11010000 1010 11 0 1011111 1100011 10010 10 1100001 101001

Color Harmonies of #D00A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A03

Black with #D00A03

Text Example


Text Example

White with #D00A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A03; }

 p { color: rgb(208,10,3); }

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

background-color css

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

 a { background-color: rgb(208,10,3); }

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

border-color css

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

 span { border-color: rgb(208,10,3); }

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