Html Css Color HEX #D4130C Free Speech Red

📋 copy color: '#D4130C'

red 212 ◦ green 19 ◦ blue 12

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

Shades of Free Speech Red #D4130C

Tints of Free Speech Red #D4130C

RGB

 RED value IS 212 (83.2% from 255) = 87.24%

 GREEN value IS 19 (7.81% from 255) = 7.82%

 BLUE value IS 12 (5.08% from 255) = 4.94%

R = 87.24%
G = 7.82%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4130C (or 0xD4130C) is known color: Free Speech Red. HEX triplet: D4, 13 and 0C. RGB value is (212,19,12). Sum of RGB (Red+Green+Blue) = 212+19+12=243 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.24% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 212 - color contains mainly: red. Hex color #D4130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4130C is #2BECF3. Grayscale: #4C4C4C. Windows color (decimal): -2878708 or 791508. OLE color: 791508.

HSL color Cylindrical-coordinate representation of color #D4130C: hue angle of 2.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4130C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 19 12 -
CMYK 0 0.91 0.94 0.17
HSL 2.1º 0.89% 0.44% -
HSV(B) 2.1º 0.94% 0.83% -
XYZ 27.45 14.49 1.7 -
YUV 75.91 91.94 225.07 -
System Red Green Blue C M Y K H S L
Decimal 212 19 12 0 0.91 0.94 0.17 2.1 0.89 0.44
Hex D4 13 C 0 5B 5E 11 2 59 2C
Octal 324 23 14 0 133 136 21 2 131 54
Binary 11010100 10011 1100 0 1011011 1011110 10001 10 1011001 101100

Color Harmonies of #D4130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4130C

Black with #D4130C

Text Example


Text Example

White with #D4130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4130C; }

 p { color: rgb(212,19,12); }

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

background-color css

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

 a { background-color: rgb(212,19,12); }

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

border-color css

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

 span { border-color: rgb(212,19,12); }

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