Html Css Color HEX #C75335 Trinidad

📋 copy color: '#C75335'

red 199 ◦ green 83 ◦ blue 53

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

Shades of Trinidad #C75335

Tints of Trinidad #C75335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 59.4%
G = 24.78%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C75335 (or 0xC75335) is known color: Trinidad. HEX triplet: C7, 53 and 35. RGB value is (199,83,53). Sum of RGB (Red+Green+Blue) = 199+83+53=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C75335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75335 is #38ACCA. Grayscale: #727272. Windows color (decimal): -3714251 or 3494855. OLE color: 3494855.

HSL color Cylindrical-coordinate representation of color #C75335: hue angle of 12.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C75335 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 83 53 -
CMYK 0 0.58 0.73 0.22
HSL 12.33º 0.58% 0.49% -
HSV(B) 12.33º 0.73% 0.78% -
XYZ 27.29 18.59 5.52 -
YUV 114.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 199 83 53 0 0.58 0.73 0.22 12.33 0.58 0.49
Hex C7 53 35 0 3A 49 16 C 3A 31
Octal 307 123 65 0 72 111 26 14 72 61
Binary 11000111 1010011 110101 0 111010 1001001 10110 1100 111010 110001

Color Harmonies of #C75335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75335

Black with #C75335

Text Example


Text Example

White with #C75335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75335; }

 p { color: rgb(199,83,53); }

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

background-color css

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

 a { background-color: rgb(199,83,53); }

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

border-color css

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

 span { border-color: rgb(199,83,53); }

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