Html Css Color HEX #C5491F Trinidad

📋 copy color: '#C5491F'

red 197 ◦ green 73 ◦ blue 31

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

Shades of Trinidad #C5491F

Tints of Trinidad #C5491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.25%

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

R = 65.45%
G = 24.25%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5491F (or 0xC5491F) is known color: Trinidad. HEX triplet: C5, 49 and 1F. RGB value is (197,73,31). Sum of RGB (Red+Green+Blue) = 197+73+31=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C5491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5491F is #3AB6E0. Grayscale: #696969. Windows color (decimal): -3847905 or 2050501. OLE color: 2050501.

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

Color convert

RGB 197 73 31 -
CMYK 0 0.63 0.84 0.23
HSL 15.18º 0.73% 0.45% -
HSV(B) 15.18º 0.84% 0.77% -
XYZ 25.66 16.73 3.17 -
YUV 105.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 197 73 31 0 0.63 0.84 0.23 15.18 0.73 0.45
Hex C5 49 1F 0 3F 54 17 F 49 2D
Octal 305 111 37 0 77 124 27 17 111 55
Binary 11000101 1001001 11111 0 111111 1010100 10111 1111 1001001 101101

Color Harmonies of #C5491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5491F

Black with #C5491F

Text Example


Text Example

White with #C5491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5491F; }

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

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

background-color css

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

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

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

border-color css

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

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

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