Html Css Color HEX #D61002 Free Speech Red

📋 copy color: '#D61002'

red 214 ◦ green 16 ◦ blue 2

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

Shades of Free Speech Red #D61002

Tints of Free Speech Red #D61002

RGB

 RED value IS 214 (83.98% from 255) = 92.24%

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 92.24%
G = 6.9%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D61002 (or 0xD61002) is known color: Free Speech Red. HEX triplet: D6, 10 and 02. RGB value is (214,16,2). Sum of RGB (Red+Green+Blue) = 214+16+2=232 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.24% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 214 - color contains mainly: red. Hex color #D61002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61002 is #29EFFD. Grayscale: #494949. Windows color (decimal): -2748414 or 135382. OLE color: 135382.

HSL color Cylindrical-coordinate representation of color #D61002: hue angle of 3.96º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D61002 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 2 -
CMYK 0 0.93 0.99 0.16
HSL 3.96º 0.98% 0.42% -
HSV(B) 3.96º 0.99% 0.84% -
XYZ 27.93 14.67 1.42 -
YUV 73.61 87.6 228.14 -
System Red Green Blue C M Y K H S L
Decimal 214 16 2 0 0.93 0.99 0.16 3.96 0.98 0.42
Hex D6 10 2 0 5D 63 10 4 62 2A
Octal 326 20 2 0 135 143 20 4 142 52
Binary 11010110 10000 10 0 1011101 1100011 10000 100 1100010 101010

Color Harmonies of #D61002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61002

Black with #D61002

Text Example


Text Example

White with #D61002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61002; }

 p { color: rgb(214,16,2); }

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

background-color css

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

 a { background-color: rgb(214,16,2); }

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

border-color css

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

 span { border-color: rgb(214,16,2); }

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