Html Css Color HEX #C53E28 Trinidad

📋 copy color: '#C53E28'

red 197 ◦ green 62 ◦ blue 40

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

Shades of Trinidad #C53E28

Tints of Trinidad #C53E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.74%

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

R = 65.89%
G = 20.74%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C53E28 (or 0xC53E28) is known color: Trinidad. HEX triplet: C5, 3E and 28. RGB value is (197,62,40). Sum of RGB (Red+Green+Blue) = 197+62+40=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E28 is #3AC1D7. Grayscale: #646464. Windows color (decimal): -3850712 or 2637509. OLE color: 2637509.

HSL color Cylindrical-coordinate representation of color #C53E28: hue angle of 8.41º 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 #C53E28 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 62 40 -
CMYK 0 0.69 0.80 0.23
HSL 8.41º 0.66% 0.46% -
HSV(B) 8.41º 0.8% 0.77% -
XYZ 25.13 15.47 3.67 -
YUV 99.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 197 62 40 0 0.69 0.80 0.23 8.41 0.66 0.46
Hex C5 3E 28 0 45 50 17 8 42 2E
Octal 305 76 50 0 105 120 27 10 102 56
Binary 11000101 111110 101000 0 1000101 1010000 10111 1000 1000010 101110

Color Harmonies of #C53E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E28

Black with #C53E28

Text Example


Text Example

White with #C53E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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