Html Css Color HEX #C3501E Trinidad

📋 copy color: '#C3501E'

red 195 ◦ green 80 ◦ blue 30

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

Shades of Trinidad #C3501E

Tints of Trinidad #C3501E

RGB

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

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

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

R = 63.93%
G = 26.23%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3501E (or 0xC3501E) is known color: Trinidad. HEX triplet: C3, 50 and 1E. RGB value is (195,80,30). Sum of RGB (Red+Green+Blue) = 195+80+30=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3501E is #3CAFE1. Grayscale: #6C6C6C. Windows color (decimal): -3977186 or 1986755. OLE color: 1986755.

HSL color Cylindrical-coordinate representation of color #C3501E: hue angle of 18.18º 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 #C3501E is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 30 -
CMYK 0 0.59 0.85 0.24
HSL 18.18º 0.73% 0.44% -
HSV(B) 18.18º 0.85% 0.76% -
XYZ 25.61 17.43 3.24 -
YUV 108.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 195 80 30 0 0.59 0.85 0.24 18.18 0.73 0.44
Hex C3 50 1E 0 3B 55 18 12 49 2C
Octal 303 120 36 0 73 125 30 22 111 54
Binary 11000011 1010000 11110 0 111011 1010101 11000 10010 1001001 101100

Color Harmonies of #C3501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3501E

Black with #C3501E

Text Example


Text Example

White with #C3501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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