Html Css Color HEX #C53F29 Trinidad

📋 copy color: '#C53F29'

red 197 ◦ green 63 ◦ blue 41

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

Shades of Trinidad #C53F29

Tints of Trinidad #C53F29

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 41 (16.41% from 255) = 13.62%

R = 65.45%
G = 20.93%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C53F29 (or 0xC53F29) is known color: Trinidad. HEX triplet: C5, 3F and 29. RGB value is (197,63,41). Sum of RGB (Red+Green+Blue) = 197+63+41=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F29 is #3AC0D6. Grayscale: #646464. Windows color (decimal): -3850455 or 2703301. OLE color: 2703301.

HSL color Cylindrical-coordinate representation of color #C53F29: hue angle of 8.46º degrees, saturation: 0.66, 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 #C53F29 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 41 -
CMYK 0 0.68 0.79 0.23
HSL 8.46º 0.66% 0.47% -
HSV(B) 8.46º 0.79% 0.77% -
XYZ 25.2 15.59 3.78 -
YUV 100.56 94.39 196.79 -
System Red Green Blue C M Y K H S L
Decimal 197 63 41 0 0.68 0.79 0.23 8.46 0.66 0.47
Hex C5 3F 29 0 44 4F 17 8 42 2F
Octal 305 77 51 0 104 117 27 10 102 57
Binary 11000101 111111 101001 0 1000100 1001111 10111 1000 1000010 101111

Color Harmonies of #C53F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F29

Black with #C53F29

Text Example


Text Example

White with #C53F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F29; }

 p { color: rgb(197,63,41); }

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

background-color css

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

 a { background-color: rgb(197,63,41); }

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

border-color css

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

 span { border-color: rgb(197,63,41); }

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