Html Css Color HEX #C5471F Trinidad

📋 copy color: '#C5471F'

red 197 ◦ green 71 ◦ blue 31

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

Shades of Trinidad #C5471F

Tints of Trinidad #C5471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.75%

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

R = 65.89%
G = 23.75%
B = 10.37%

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

#C5471F (or 0xC5471F) is known color: Trinidad. HEX triplet: C5, 47 and 1F. RGB value is (197,71,31). Sum of RGB (Red+Green+Blue) = 197+71+31=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5471F is #3AB8E0. Grayscale: #686868. Windows color (decimal): -3848417 or 2049989. OLE color: 2049989.

HSL color Cylindrical-coordinate representation of color #C5471F: hue angle of 14.46º 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 #C5471F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 71 31 -
CMYK 0 0.64 0.84 0.23
HSL 14.46º 0.73% 0.45% -
HSV(B) 14.46º 0.84% 0.77% -
XYZ 25.53 16.48 3.13 -
YUV 104.11 86.74 194.25 -
System Red Green Blue C M Y K H S L
Decimal 197 71 31 0 0.64 0.84 0.23 14.46 0.73 0.45
Hex C5 47 1F 0 40 54 17 E 49 2D
Octal 305 107 37 0 100 124 27 16 111 55
Binary 11000101 1000111 11111 0 1000000 1010100 10111 1110 1001001 101101

Color Harmonies of #C5471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5471F

Black with #C5471F

Text Example


Text Example

White with #C5471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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