Html Css Color HEX #C75223 Trinidad

📋 copy color: '#C75223'

red 199 ◦ green 82 ◦ blue 35

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

Shades of Trinidad #C75223

Tints of Trinidad #C75223

RGB

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

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

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

R = 62.97%
G = 25.95%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C75223 (or 0xC75223) is known color: Trinidad. HEX triplet: C7, 52 and 23. RGB value is (199,82,35). Sum of RGB (Red+Green+Blue) = 199+82+35=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C75223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75223 is #38ADDC. Grayscale: #6F6F6F. Windows color (decimal): -3714525 or 2314951. OLE color: 2314951.

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

Color convert

RGB 199 82 35 -
CMYK 0 0.59 0.82 0.22
HSL 17.2º 0.7% 0.46% -
HSV(B) 17.2º 0.82% 0.78% -
XYZ 26.87 18.3 3.71 -
YUV 111.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 199 82 35 0 0.59 0.82 0.22 17.2 0.7 0.46
Hex C7 52 23 0 3B 52 16 11 46 2E
Octal 307 122 43 0 73 122 26 21 106 56
Binary 11000111 1010010 100011 0 111011 1010010 10110 10001 1000110 101110

Color Harmonies of #C75223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75223

Black with #C75223

Text Example


Text Example

White with #C75223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75223; }

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

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

background-color css

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

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

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

border-color css

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

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

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