Html Css Color HEX #D70F02 Free Speech Red

📋 copy color: '#D70F02'

red 215 ◦ green 15 ◦ blue 2

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

Shades of Free Speech Red #D70F02

Tints of Free Speech Red #D70F02

RGB

 RED value IS 215 (84.38% from 255) = 92.67%

 GREEN value IS 15 (6.25% from 255) = 6.47%

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

R = 92.67%
G = 6.47%
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

#D70F02 (or 0xD70F02) is known color: Free Speech Red. HEX triplet: D7, 0F and 02. RGB value is (215,15,2). Sum of RGB (Red+Green+Blue) = 215+15+2=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70F02 is #28F0FD. Grayscale: #494949. Windows color (decimal): -2683134 or 135127. OLE color: 135127.

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

Color convert

RGB 215 15 2 -
CMYK 0 0.93 0.99 0.16
HSL 3.66º 0.98% 0.43% -
HSV(B) 3.66º 0.99% 0.84% -
XYZ 28.21 14.79 1.43 -
YUV 73.32 87.76 229.06 -
System Red Green Blue C M Y K H S L
Decimal 215 15 2 0 0.93 0.99 0.16 3.66 0.98 0.43
Hex D7 F 2 0 5D 63 10 4 62 2B
Octal 327 17 2 0 135 143 20 4 142 53
Binary 11010111 1111 10 0 1011101 1100011 10000 100 1100010 101011

Color Harmonies of #D70F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F02

Black with #D70F02

Text Example


Text Example

White with #D70F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F02; }

 p { color: rgb(215,15,2); }

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

background-color css

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

 a { background-color: rgb(215,15,2); }

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

border-color css

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

 span { border-color: rgb(215,15,2); }

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