Html Css Color HEX #D34935 Trinidad

📋 copy color: '#D34935'

red 211 ◦ green 73 ◦ blue 53

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

Shades of Trinidad #D34935

Tints of Trinidad #D34935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 53 (21.09% from 255) = 15.73%

R = 62.61%
G = 21.66%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D34935 (or 0xD34935) is known color: Trinidad. HEX triplet: D3, 49 and 35. RGB value is (211,73,53). Sum of RGB (Red+Green+Blue) = 211+73+53=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D34935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34935 is #2CB6CA. Grayscale: #707070. Windows color (decimal): -2930379 or 3492307. OLE color: 3492307.

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

Color convert

RGB 211 73 53 -
CMYK 0 0.65 0.75 0.17
HSL 7.59º 0.64% 0.52% -
HSV(B) 7.59º 0.75% 0.83% -
XYZ 29.89 18.87 5.44 -
YUV 111.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 211 73 53 0 0.65 0.75 0.17 7.59 0.64 0.52
Hex D3 49 35 0 41 4B 11 8 40 34
Octal 323 111 65 0 101 113 21 10 100 64
Binary 11010011 1001001 110101 0 1000001 1001011 10001 1000 1000000 110100

Color Harmonies of #D34935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34935

Black with #D34935

Text Example


Text Example

White with #D34935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34935; }

 p { color: rgb(211,73,53); }

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

background-color css

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

 a { background-color: rgb(211,73,53); }

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

border-color css

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

 span { border-color: rgb(211,73,53); }

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