Html Css Color HEX #C54C21 Trinidad

📋 copy color: '#C54C21'

red 197 ◦ green 76 ◦ blue 33

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

Shades of Trinidad #C54C21

Tints of Trinidad #C54C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.84%

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 64.38%
G = 24.84%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C54C21 (or 0xC54C21) is known color: Trinidad. HEX triplet: C5, 4C and 21. RGB value is (197,76,33). Sum of RGB (Red+Green+Blue) = 197+76+33=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C21 is #3AB3DE. Grayscale: #6B6B6B. Windows color (decimal): -3847135 or 2182341. OLE color: 2182341.

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

Color convert

RGB 197 76 33 -
CMYK 0 0.61 0.83 0.23
HSL 15.73º 0.71% 0.45% -
HSV(B) 15.73º 0.83% 0.77% -
XYZ 25.88 17.15 3.38 -
YUV 107.28 86.09 192 -
System Red Green Blue C M Y K H S L
Decimal 197 76 33 0 0.61 0.83 0.23 15.73 0.71 0.45
Hex C5 4C 21 0 3D 53 17 10 47 2D
Octal 305 114 41 0 75 123 27 20 107 55
Binary 11000101 1001100 100001 0 111101 1010011 10111 10000 1000111 101101

Color Harmonies of #C54C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C21

Black with #C54C21

Text Example


Text Example

White with #C54C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C21; }

 p { color: rgb(197,76,33); }

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

background-color css

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

 a { background-color: rgb(197,76,33); }

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

border-color css

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

 span { border-color: rgb(197,76,33); }

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