Html Css Color HEX #C5582A Trinidad

📋 copy color: '#C5582A'

red 197 ◦ green 88 ◦ blue 42

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

Shades of Trinidad #C5582A

Tints of Trinidad #C5582A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 60.24%
G = 26.91%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5582A (or 0xC5582A) is known color: Trinidad. HEX triplet: C5, 58 and 2A. RGB value is (197,88,42). Sum of RGB (Red+Green+Blue) = 197+88+42=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5582A is #3AA7D5. Grayscale: #737373. Windows color (decimal): -3844054 or 2775237. OLE color: 2775237.

HSL color Cylindrical-coordinate representation of color #C5582A: hue angle of 17.81º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5582A is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 42 -
CMYK 0 0.55 0.79 0.23
HSL 17.81º 0.65% 0.47% -
HSV(B) 17.81º 0.79% 0.77% -
XYZ 26.93 19.02 4.44 -
YUV 115.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 197 88 42 0 0.55 0.79 0.23 17.81 0.65 0.47
Hex C5 58 2A 0 37 4F 17 12 41 2F
Octal 305 130 52 0 67 117 27 22 101 57
Binary 11000101 1011000 101010 0 110111 1001111 10111 10010 1000001 101111

Color Harmonies of #C5582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5582A

Black with #C5582A

Text Example


Text Example

White with #C5582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5582A; }

 p { color: rgb(197,88,42); }

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

background-color css

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

 a { background-color: rgb(197,88,42); }

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

border-color css

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

 span { border-color: rgb(197,88,42); }

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