Html Css Color HEX #C35131 Trinidad

📋 copy color: '#C35131'

red 195 ◦ green 81 ◦ blue 49

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

Shades of Trinidad #C35131

Tints of Trinidad #C35131

RGB

 RED value IS 195 (76.56% from 255) = 60%

 GREEN value IS 81 (32.03% from 255) = 24.92%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 60%
G = 24.92%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C35131 (or 0xC35131) is known color: Trinidad. HEX triplet: C3, 51 and 31. RGB value is (195,81,49). Sum of RGB (Red+Green+Blue) = 195+81+49=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C35131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35131 is #3CAECE. Grayscale: #6F6F6F. Windows color (decimal): -3976911 or 3232195. OLE color: 3232195.

HSL color Cylindrical-coordinate representation of color #C35131: hue angle of 13.15º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C35131 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 49 -
CMYK 0 0.58 0.75 0.24
HSL 13.15º 0.6% 0.48% -
HSV(B) 13.15º 0.75% 0.76% -
XYZ 26 17.71 4.95 -
YUV 111.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 195 81 49 0 0.58 0.75 0.24 13.15 0.6 0.48
Hex C3 51 31 0 3A 4B 18 D 3C 30
Octal 303 121 61 0 72 113 30 15 74 60
Binary 11000011 1010001 110001 0 111010 1001011 11000 1101 111100 110000

Color Harmonies of #C35131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35131

Black with #C35131

Text Example


Text Example

White with #C35131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35131; }

 p { color: rgb(195,81,49); }

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

background-color css

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

 a { background-color: rgb(195,81,49); }

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

border-color css

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

 span { border-color: rgb(195,81,49); }

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