Html Css Color HEX #C94C35 Trinidad

📋 copy color: '#C94C35'

red 201 ◦ green 76 ◦ blue 53

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

Shades of Trinidad #C94C35

Tints of Trinidad #C94C35

RGB

 RED value IS 201 (78.91% from 255) = 60.91%

 GREEN value IS 76 (30.08% from 255) = 23.03%

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

R = 60.91%
G = 23.03%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C94C35 (or 0xC94C35) is known color: Trinidad. HEX triplet: C9, 4C and 35. RGB value is (201,76,53). Sum of RGB (Red+Green+Blue) = 201+76+53=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94C35 is #36B3CA. Grayscale: #6E6E6E. Windows color (decimal): -3584971 or 3493065. OLE color: 3493065.

HSL color Cylindrical-coordinate representation of color #C94C35: hue angle of 9.32º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C94C35 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 53 -
CMYK 0 0.62 0.74 0.21
HSL 9.32º 0.58% 0.5% -
HSV(B) 9.32º 0.74% 0.79% -
XYZ 27.31 17.84 5.37 -
YUV 110.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 201 76 53 0 0.62 0.74 0.21 9.32 0.58 0.5
Hex C9 4C 35 0 3E 4A 15 9 3A 32
Octal 311 114 65 0 76 112 25 11 72 62
Binary 11001001 1001100 110101 0 111110 1001010 10101 1001 111010 110010

Color Harmonies of #C94C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C35

Black with #C94C35

Text Example


Text Example

White with #C94C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C35; }

 p { color: rgb(201,76,53); }

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

background-color css

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

 a { background-color: rgb(201,76,53); }

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

border-color css

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

 span { border-color: rgb(201,76,53); }

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