Html Css Color HEX #C55023 Trinidad

📋 copy color: '#C55023'

red 197 ◦ green 80 ◦ blue 35

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

Shades of Trinidad #C55023

Tints of Trinidad #C55023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 63.14%
G = 25.64%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C55023 (or 0xC55023) is known color: Trinidad. HEX triplet: C5, 50 and 23. RGB value is (197,80,35). Sum of RGB (Red+Green+Blue) = 197+80+35=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C55023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55023 is #3AAFDC. Grayscale: #6E6E6E. Windows color (decimal): -3846109 or 2314437. OLE color: 2314437.

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

Color convert

RGB 197 80 35 -
CMYK 0 0.59 0.82 0.23
HSL 16.67º 0.7% 0.45% -
HSV(B) 16.67º 0.82% 0.77% -
XYZ 26.2 17.73 3.63 -
YUV 109.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 197 80 35 0 0.59 0.82 0.23 16.67 0.7 0.45
Hex C5 50 23 0 3B 52 17 11 46 2D
Octal 305 120 43 0 73 122 27 21 106 55
Binary 11000101 1010000 100011 0 111011 1010010 10111 10001 1000110 101101

Color Harmonies of #C55023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55023

Black with #C55023

Text Example


Text Example

White with #C55023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55023; }

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

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

background-color css

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

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

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

border-color css

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

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

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