Html Css Color HEX #D60A05 Free Speech Red

📋 copy color: '#D60A05'

red 214 ◦ green 10 ◦ blue 5

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

Shades of Free Speech Red #D60A05

Tints of Free Speech Red #D60A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 93.45%
G = 4.37%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D60A05 (or 0xD60A05) is known color: Free Speech Red. HEX triplet: D6, 0A and 05. RGB value is (214,10,5). Sum of RGB (Red+Green+Blue) = 214+10+5=229 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.45% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60A05 is #29F5FA. Grayscale: #464646. Windows color (decimal): -2749947 or 330454. OLE color: 330454.

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

Color convert

RGB 214 10 5 -
CMYK 0 0.95 0.98 0.16
HSL 1.44º 0.95% 0.43% -
HSV(B) 1.44º 0.98% 0.84% -
XYZ 27.87 14.52 1.48 -
YUV 70.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 214 10 5 0 0.95 0.98 0.16 1.44 0.95 0.43
Hex D6 A 5 0 5F 62 10 1 5F 2B
Octal 326 12 5 0 137 142 20 1 137 53
Binary 11010110 1010 101 0 1011111 1100010 10000 1 1011111 101011

Color Harmonies of #D60A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60A05

Black with #D60A05

Text Example


Text Example

White with #D60A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60A05; }

 p { color: rgb(214,10,5); }

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

background-color css

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

 a { background-color: rgb(214,10,5); }

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

border-color css

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

 span { border-color: rgb(214,10,5); }

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