Html Css Color HEX #C95039 Trinidad

📋 copy color: '#C95039'

red 201 ◦ green 80 ◦ blue 57

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

Shades of Trinidad #C95039

Tints of Trinidad #C95039

RGB

 RED value IS 201 (78.91% from 255) = 59.47%

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

 BLUE value IS 57 (22.66% from 255) = 16.86%

R = 59.47%
G = 23.67%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C95039 (or 0xC95039) is known color: Trinidad. HEX triplet: C9, 50 and 39. RGB value is (201,80,57). Sum of RGB (Red+Green+Blue) = 201+80+57=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C95039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95039 is #36AFC6. Grayscale: #717171. Windows color (decimal): -3583943 or 3756233. OLE color: 3756233.

HSL color Cylindrical-coordinate representation of color #C95039: hue angle of 9.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C95039 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 80 57 -
CMYK 0 0.60 0.72 0.21
HSL 9.58º 0.57% 0.51% -
HSV(B) 9.58º 0.72% 0.79% -
XYZ 27.69 18.45 5.97 -
YUV 113.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 201 80 57 0 0.60 0.72 0.21 9.58 0.57 0.51
Hex C9 50 39 0 3C 48 15 A 39 33
Octal 311 120 71 0 74 110 25 12 71 63
Binary 11001001 1010000 111001 0 111100 1001000 10101 1010 111001 110011

Color Harmonies of #C95039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95039

Black with #C95039

Text Example


Text Example

White with #C95039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95039; }

 p { color: rgb(201,80,57); }

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

background-color css

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

 a { background-color: rgb(201,80,57); }

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

border-color css

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

 span { border-color: rgb(201,80,57); }

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