Html Css Color HEX #C3531E Trinidad

📋 copy color: '#C3531E'

red 195 ◦ green 83 ◦ blue 30

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

Shades of Trinidad #C3531E

Tints of Trinidad #C3531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 63.31%
G = 26.95%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3531E (or 0xC3531E) is known color: Trinidad. HEX triplet: C3, 53 and 1E. RGB value is (195,83,30). Sum of RGB (Red+Green+Blue) = 195+83+30=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3531E is #3CACE1. Grayscale: #6E6E6E. Windows color (decimal): -3976418 or 1987523. OLE color: 1987523.

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

Color convert

RGB 195 83 30 -
CMYK 0 0.57 0.85 0.24
HSL 19.27º 0.73% 0.44% -
HSV(B) 19.27º 0.85% 0.76% -
XYZ 25.83 17.88 3.32 -
YUV 110.45 82.61 188.31 -
System Red Green Blue C M Y K H S L
Decimal 195 83 30 0 0.57 0.85 0.24 19.27 0.73 0.44
Hex C3 53 1E 0 39 55 18 13 49 2C
Octal 303 123 36 0 71 125 30 23 111 54
Binary 11000011 1010011 11110 0 111001 1010101 11000 10011 1001001 101100

Color Harmonies of #C3531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3531E

Black with #C3531E

Text Example


Text Example

White with #C3531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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