Html Css Color HEX #D34C2F Trinidad

📋 copy color: '#D34C2F'

red 211 ◦ green 76 ◦ blue 47

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

Shades of Trinidad #D34C2F

Tints of Trinidad #D34C2F

RGB

 RED value IS 211 (82.81% from 255) = 63.17%

 GREEN value IS 76 (30.08% from 255) = 22.75%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 63.17%
G = 22.75%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D34C2F (or 0xD34C2F) is known color: Trinidad. HEX triplet: D3, 4C and 2F. RGB value is (211,76,47). Sum of RGB (Red+Green+Blue) = 211+76+47=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34C2F is #2CB3D0. Grayscale: #717171. Windows color (decimal): -2929617 or 3099859. OLE color: 3099859.

HSL color Cylindrical-coordinate representation of color #D34C2F: hue angle of 10.61º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D34C2F is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 76 47 -
CMYK 0 0.64 0.78 0.17
HSL 10.61º 0.65% 0.51% -
HSV(B) 10.61º 0.78% 0.83% -
XYZ 29.96 19.22 4.82 -
YUV 113.06 90.73 197.86 -
System Red Green Blue C M Y K H S L
Decimal 211 76 47 0 0.64 0.78 0.17 10.61 0.65 0.51
Hex D3 4C 2F 0 40 4E 11 B 41 33
Octal 323 114 57 0 100 116 21 13 101 63
Binary 11010011 1001100 101111 0 1000000 1001110 10001 1011 1000001 110011

Color Harmonies of #D34C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34C2F

Black with #D34C2F

Text Example


Text Example

White with #D34C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34C2F; }

 p { color: rgb(211,76,47); }

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

background-color css

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

 a { background-color: rgb(211,76,47); }

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

border-color css

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

 span { border-color: rgb(211,76,47); }

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