Html Css Color HEX #C3531F Trinidad

📋 copy color: '#C3531F'

red 195 ◦ green 83 ◦ blue 31

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

Shades of Trinidad #C3531F

Tints of Trinidad #C3531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 63.11%
G = 26.86%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3531F (or 0xC3531F) is known color: Trinidad. HEX triplet: C3, 53 and 1F. RGB value is (195,83,31). Sum of RGB (Red+Green+Blue) = 195+83+31=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3531F is #3CACE0. Grayscale: #6E6E6E. Windows color (decimal): -3976417 or 2053059. OLE color: 2053059.

HSL color Cylindrical-coordinate representation of color #C3531F: hue angle of 19.02º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3531F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 83 31 -
CMYK 0 0.57 0.84 0.24
HSL 19.02º 0.73% 0.44% -
HSV(B) 19.02º 0.84% 0.76% -
XYZ 25.85 17.89 3.39 -
YUV 110.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 195 83 31 0 0.57 0.84 0.24 19.02 0.73 0.44
Hex C3 53 1F 0 39 54 18 13 49 2C
Octal 303 123 37 0 71 124 30 23 111 54
Binary 11000011 1010011 11111 0 111001 1010100 11000 10011 1001001 101100

Color Harmonies of #C3531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3531F

Black with #C3531F

Text Example


Text Example

White with #C3531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3531F; }

 p { color: rgb(195,83,31); }

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

background-color css

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

 a { background-color: rgb(195,83,31); }

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

border-color css

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

 span { border-color: rgb(195,83,31); }

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