Html Css Color HEX #C5461F Trinidad

📋 copy color: '#C5461F'

red 197 ◦ green 70 ◦ blue 31

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

Shades of Trinidad #C5461F

Tints of Trinidad #C5461F

RGB

 RED value IS 197 (77.34% from 255) = 66.11%

 GREEN value IS 70 (27.73% from 255) = 23.49%

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

R = 66.11%
G = 23.49%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5461F (or 0xC5461F) is known color: Trinidad. HEX triplet: C5, 46 and 1F. RGB value is (197,70,31). Sum of RGB (Red+Green+Blue) = 197+70+31=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5461F is #3AB9E0. Grayscale: #676767. Windows color (decimal): -3848673 or 2049733. OLE color: 2049733.

HSL color Cylindrical-coordinate representation of color #C5461F: hue angle of 14.1º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5461F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 31 -
CMYK 0 0.64 0.84 0.23
HSL 14.1º 0.73% 0.45% -
HSV(B) 14.1º 0.84% 0.77% -
XYZ 25.46 16.35 3.11 -
YUV 103.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 197 70 31 0 0.64 0.84 0.23 14.1 0.73 0.45
Hex C5 46 1F 0 40 54 17 E 49 2D
Octal 305 106 37 0 100 124 27 16 111 55
Binary 11000101 1000110 11111 0 1000000 1010100 10111 1110 1001001 101101

Color Harmonies of #C5461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5461F

Black with #C5461F

Text Example


Text Example

White with #C5461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5461F; }

 p { color: rgb(197,70,31); }

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

background-color css

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

 a { background-color: rgb(197,70,31); }

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

border-color css

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

 span { border-color: rgb(197,70,31); }

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