Html Css Color HEX #D34C1E Trinidad

📋 copy color: '#D34C1E'

red 211 ◦ green 76 ◦ blue 30

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

Shades of Trinidad #D34C1E

Tints of Trinidad #D34C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 66.56%
G = 23.97%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D34C1E (or 0xD34C1E) is known color: Trinidad. HEX triplet: D3, 4C and 1E. RGB value is (211,76,30). Sum of RGB (Red+Green+Blue) = 211+76+30=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34C1E is #2CB3E1. Grayscale: #6F6F6F. Windows color (decimal): -2929634 or 1985747. OLE color: 1985747.

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

Color convert

RGB 211 76 30 -
CMYK 0 0.64 0.86 0.17
HSL 15.25º 0.75% 0.47% -
HSV(B) 15.25º 0.86% 0.83% -
XYZ 29.68 19.11 3.35 -
YUV 111.12 82.23 199.24 -
System Red Green Blue C M Y K H S L
Decimal 211 76 30 0 0.64 0.86 0.17 15.25 0.75 0.47
Hex D3 4C 1E 0 40 56 11 F 4B 2F
Octal 323 114 36 0 100 126 21 17 113 57
Binary 11010011 1001100 11110 0 1000000 1010110 10001 1111 1001011 101111

Color Harmonies of #D34C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34C1E

Black with #D34C1E

Text Example


Text Example

White with #D34C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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