Html Css Color HEX #D55035 Trinidad

📋 copy color: '#D55035'

red 213 ◦ green 80 ◦ blue 53

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

Shades of Trinidad #D55035

Tints of Trinidad #D55035

RGB

 RED value IS 213 (83.59% from 255) = 61.56%

 GREEN value IS 80 (31.64% from 255) = 23.12%

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

R = 61.56%
G = 23.12%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D55035 (or 0xD55035) is known color: Trinidad. HEX triplet: D5, 50 and 35. RGB value is (213,80,53). Sum of RGB (Red+Green+Blue) = 213+80+53=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D55035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55035 is #2AAFCA. Grayscale: #747474. Windows color (decimal): -2797515 or 3494101. OLE color: 3494101.

HSL color Cylindrical-coordinate representation of color #D55035: hue angle of 10.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D55035 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 53 -
CMYK 0 0.62 0.75 0.16
HSL 10.13º 0.66% 0.52% -
HSV(B) 10.13º 0.75% 0.84% -
XYZ 30.95 20.14 5.62 -
YUV 116.69 92.06 196.7 -
System Red Green Blue C M Y K H S L
Decimal 213 80 53 0 0.62 0.75 0.16 10.13 0.66 0.52
Hex D5 50 35 0 3E 4B 10 A 42 34
Octal 325 120 65 0 76 113 20 12 102 64
Binary 11010101 1010000 110101 0 111110 1001011 10000 1010 1000010 110100

Color Harmonies of #D55035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55035

Black with #D55035

Text Example


Text Example

White with #D55035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55035; }

 p { color: rgb(213,80,53); }

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

background-color css

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

 a { background-color: rgb(213,80,53); }

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

border-color css

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

 span { border-color: rgb(213,80,53); }

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