Html Css Color HEX #C75221 Trinidad

📋 copy color: '#C75221'

red 199 ◦ green 82 ◦ blue 33

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

Shades of Trinidad #C75221

Tints of Trinidad #C75221

RGB

 RED value IS 199 (78.13% from 255) = 63.38%

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 33 (13.28% from 255) = 10.51%

R = 63.38%
G = 26.11%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C75221 (or 0xC75221) is known color: Trinidad. HEX triplet: C7, 52 and 21. RGB value is (199,82,33). Sum of RGB (Red+Green+Blue) = 199+82+33=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C75221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75221 is #38ADDE. Grayscale: #6F6F6F. Windows color (decimal): -3714527 or 2183879. OLE color: 2183879.

HSL color Cylindrical-coordinate representation of color #C75221: hue angle of 17.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C75221 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 33 -
CMYK 0 0.59 0.83 0.22
HSL 17.71º 0.72% 0.45% -
HSV(B) 17.71º 0.83% 0.78% -
XYZ 26.85 18.29 3.55 -
YUV 111.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 199 82 33 0 0.59 0.83 0.22 17.71 0.72 0.45
Hex C7 52 21 0 3B 53 16 12 48 2D
Octal 307 122 41 0 73 123 26 22 110 55
Binary 11000111 1010010 100001 0 111011 1010011 10110 10010 1001000 101101

Color Harmonies of #C75221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75221

Black with #C75221

Text Example


Text Example

White with #C75221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75221; }

 p { color: rgb(199,82,33); }

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

background-color css

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

 a { background-color: rgb(199,82,33); }

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

border-color css

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

 span { border-color: rgb(199,82,33); }

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