Html Css Color HEX #C5481E Trinidad

📋 copy color: '#C5481E'

red 197 ◦ green 72 ◦ blue 30

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

Shades of Trinidad #C5481E

Tints of Trinidad #C5481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 65.89%
G = 24.08%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5481E (or 0xC5481E) is known color: Trinidad. HEX triplet: C5, 48 and 1E. RGB value is (197,72,30). Sum of RGB (Red+Green+Blue) = 197+72+30=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5481E is #3AB7E1. Grayscale: #686868. Windows color (decimal): -3848162 or 1984709. OLE color: 1984709.

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

Color convert

RGB 197 72 30 -
CMYK 0 0.63 0.85 0.23
HSL 15.09º 0.74% 0.45% -
HSV(B) 15.09º 0.85% 0.77% -
XYZ 25.58 16.6 3.08 -
YUV 104.59 85.91 193.92 -
System Red Green Blue C M Y K H S L
Decimal 197 72 30 0 0.63 0.85 0.23 15.09 0.74 0.45
Hex C5 48 1E 0 3F 55 17 F 4A 2D
Octal 305 110 36 0 77 125 27 17 112 55
Binary 11000101 1001000 11110 0 111111 1010101 10111 1111 1001010 101101

Color Harmonies of #C5481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5481E

Black with #C5481E

Text Example


Text Example

White with #C5481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5481E; }

 p { color: rgb(197,72,30); }

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

background-color css

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

 a { background-color: rgb(197,72,30); }

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

border-color css

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

 span { border-color: rgb(197,72,30); }

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