Html Css Color HEX #C55323 Trinidad

📋 copy color: '#C55323'

red 197 ◦ green 83 ◦ blue 35

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

Shades of Trinidad #C55323

Tints of Trinidad #C55323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 35 (14.06% from 255) = 11.11%

R = 62.54%
G = 26.35%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C55323 (or 0xC55323) is known color: Trinidad. HEX triplet: C5, 53 and 23. RGB value is (197,83,35). Sum of RGB (Red+Green+Blue) = 197+83+35=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C55323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55323 is #3AACDC. Grayscale: #6F6F6F. Windows color (decimal): -3845341 or 2315205. OLE color: 2315205.

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

Color convert

RGB 197 83 35 -
CMYK 0 0.58 0.82 0.23
HSL 17.78º 0.7% 0.45% -
HSV(B) 17.78º 0.82% 0.77% -
XYZ 26.42 18.18 3.71 -
YUV 111.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 197 83 35 0 0.58 0.82 0.23 17.78 0.7 0.45
Hex C5 53 23 0 3A 52 17 12 46 2D
Octal 305 123 43 0 72 122 27 22 106 55
Binary 11000101 1010011 100011 0 111010 1010010 10111 10010 1000110 101101

Color Harmonies of #C55323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55323

Black with #C55323

Text Example


Text Example

White with #C55323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55323; }

 p { color: rgb(197,83,35); }

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

background-color css

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

 a { background-color: rgb(197,83,35); }

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

border-color css

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

 span { border-color: rgb(197,83,35); }

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