Html Css Color HEX #D4472B Trinidad

📋 copy color: '#D4472B'

red 212 ◦ green 71 ◦ blue 43

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

Shades of Trinidad #D4472B

Tints of Trinidad #D4472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

 BLUE value IS 43 (17.19% from 255) = 13.19%

R = 65.03%
G = 21.78%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4472B (or 0xD4472B) is known color: Trinidad. HEX triplet: D4, 47 and 2B. RGB value is (212,71,43). Sum of RGB (Red+Green+Blue) = 212+71+43=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D4472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4472B is #2BB8D4. Grayscale: #6E6E6E. Windows color (decimal): -2865365 or 2836436. OLE color: 2836436.

HSL color Cylindrical-coordinate representation of color #D4472B: hue angle of 9.94º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4472B is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 71 43 -
CMYK 0 0.67 0.80 0.17
HSL 9.94º 0.66% 0.5% -
HSV(B) 9.94º 0.8% 0.83% -
XYZ 29.84 18.68 4.32 -
YUV 109.97 90.21 200.78 -
System Red Green Blue C M Y K H S L
Decimal 212 71 43 0 0.67 0.80 0.17 9.94 0.66 0.5
Hex D4 47 2B 0 43 50 11 A 42 32
Octal 324 107 53 0 103 120 21 12 102 62
Binary 11010100 1000111 101011 0 1000011 1010000 10001 1010 1000010 110010

Color Harmonies of #D4472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4472B

Black with #D4472B

Text Example


Text Example

White with #D4472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4472B; }

 p { color: rgb(212,71,43); }

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

background-color css

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

 a { background-color: rgb(212,71,43); }

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

border-color css

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

 span { border-color: rgb(212,71,43); }

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