Html Css Color HEX #D34C1F Trinidad

📋 copy color: '#D34C1F'

red 211 ◦ green 76 ◦ blue 31

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

Shades of Trinidad #D34C1F

Tints of Trinidad #D34C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.75%

R = 66.35%
G = 23.9%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D34C1F (or 0xD34C1F) is known color: Trinidad. HEX triplet: D3, 4C and 1F. RGB value is (211,76,31). Sum of RGB (Red+Green+Blue) = 211+76+31=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34C1F is #2CB3E0. Grayscale: #6F6F6F. Windows color (decimal): -2929633 or 2051283. OLE color: 2051283.

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

Color convert

RGB 211 76 31 -
CMYK 0 0.64 0.85 0.17
HSL 15º 0.74% 0.47% -
HSV(B) 15º 0.85% 0.83% -
XYZ 29.7 19.12 3.42 -
YUV 111.24 82.73 199.16 -
System Red Green Blue C M Y K H S L
Decimal 211 76 31 0 0.64 0.85 0.17 15 0.74 0.47
Hex D3 4C 1F 0 40 55 11 F 4A 2F
Octal 323 114 37 0 100 125 21 17 112 57
Binary 11010011 1001100 11111 0 1000000 1010101 10001 1111 1001010 101111

Color Harmonies of #D34C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34C1F

Black with #D34C1F

Text Example


Text Example

White with #D34C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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