Html Css Color HEX #D00302 Free Speech Red

📋 copy color: '#D00302'

red 208 ◦ green 3 ◦ blue 2

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

Shades of Free Speech Red #D00302

Tints of Free Speech Red #D00302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 97.65%
G = 1.41%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D00302 (or 0xD00302) is known color: Free Speech Red. HEX triplet: D0, 03 and 02. RGB value is (208,3,2). Sum of RGB (Red+Green+Blue) = 208+3+2=213 (28% of max value = 765). Red value is 208 (81.64% from 255 or 97.65% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 208 - color contains mainly: red. Hex color #D00302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00302 is #2FFCFD. Grayscale: #404040. Windows color (decimal): -3144958 or 132048. OLE color: 132048.

HSL color Cylindrical-coordinate representation of color #D00302: hue angle of 0.29º degrees, saturation: 0.98, 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 #D00302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 3 2 -
CMYK 0 0.99 0.99 0.18
HSL 0.29º 0.98% 0.41% -
HSV(B) 0.29º 0.99% 0.82% -
XYZ 26.06 13.48 1.29 -
YUV 64.18 92.92 230.58 -
System Red Green Blue C M Y K H S L
Decimal 208 3 2 0 0.99 0.99 0.18 0.29 0.98 0.41
Hex D0 3 2 0 63 63 12 0 62 29
Octal 320 3 2 0 143 143 22 0 142 51
Binary 11010000 11 10 0 1100011 1100011 10010 0 1100010 101001

Color Harmonies of #D00302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00302

Black with #D00302

Text Example


Text Example

White with #D00302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00302; }

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

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

background-color css

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

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

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

border-color css

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

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

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