Html Css Color HEX #D01502 Free Speech Red

📋 copy color: '#D01502'

red 208 ◦ green 21 ◦ blue 2

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

Shades of Free Speech Red #D01502

Tints of Free Speech Red #D01502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 90.04%
G = 9.09%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D01502 (or 0xD01502) is known color: Free Speech Red. HEX triplet: D0, 15 and 02. RGB value is (208,21,2). Sum of RGB (Red+Green+Blue) = 208+21+2=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D01502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01502 is #2FEAFD. Grayscale: #4B4B4B. Windows color (decimal): -3140350 or 136656. OLE color: 136656.

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

Color convert

RGB 208 21 2 -
CMYK 0 0.90 0.99 0.18
HSL 5.53º 0.98% 0.41% -
HSV(B) 5.53º 0.99% 0.82% -
XYZ 26.29 13.95 1.36 -
YUV 74.75 86.95 223.04 -
System Red Green Blue C M Y K H S L
Decimal 208 21 2 0 0.90 0.99 0.18 5.53 0.98 0.41
Hex D0 15 2 0 5A 63 12 6 62 29
Octal 320 25 2 0 132 143 22 6 142 51
Binary 11010000 10101 10 0 1011010 1100011 10010 110 1100010 101001

Color Harmonies of #D01502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01502

Black with #D01502

Text Example


Text Example

White with #D01502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01502; }

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

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

background-color css

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

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

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

border-color css

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

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

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