Html Css Color HEX #C53F28 Trinidad

📋 copy color: '#C53F28'

red 197 ◦ green 63 ◦ blue 40

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

Shades of Trinidad #C53F28

Tints of Trinidad #C53F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 65.67%
G = 21%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C53F28 (or 0xC53F28) is known color: Trinidad. HEX triplet: C5, 3F and 28. RGB value is (197,63,40). Sum of RGB (Red+Green+Blue) = 197+63+40=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F28 is #3AC0D7. Grayscale: #646464. Windows color (decimal): -3850456 or 2637765. OLE color: 2637765.

HSL color Cylindrical-coordinate representation of color #C53F28: hue angle of 8.79º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C53F28 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 40 -
CMYK 0 0.68 0.80 0.23
HSL 8.79º 0.66% 0.46% -
HSV(B) 8.79º 0.8% 0.77% -
XYZ 25.19 15.58 3.69 -
YUV 100.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 197 63 40 0 0.68 0.80 0.23 8.79 0.66 0.46
Hex C5 3F 28 0 44 50 17 9 42 2E
Octal 305 77 50 0 104 120 27 11 102 56
Binary 11000101 111111 101000 0 1000100 1010000 10111 1001 1000010 101110

Color Harmonies of #C53F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F28

Black with #C53F28

Text Example


Text Example

White with #C53F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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