Html Css Color HEX #C95225 Trinidad

📋 copy color: '#C95225'

red 201 ◦ green 82 ◦ blue 37

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

Shades of Trinidad #C95225

Tints of Trinidad #C95225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 62.81%
G = 25.63%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C95225 (or 0xC95225) is known color: Trinidad. HEX triplet: C9, 52 and 25. RGB value is (201,82,37). Sum of RGB (Red+Green+Blue) = 201+82+37=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C95225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95225 is #36ADDA. Grayscale: #707070. Windows color (decimal): -3583451 or 2446025. OLE color: 2446025.

HSL color Cylindrical-coordinate representation of color #C95225: hue angle of 16.46º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C95225 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 37 -
CMYK 0 0.59 0.82 0.21
HSL 16.46º 0.69% 0.47% -
HSV(B) 16.46º 0.82% 0.79% -
XYZ 27.44 18.59 3.89 -
YUV 112.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 201 82 37 0 0.59 0.82 0.21 16.46 0.69 0.47
Hex C9 52 25 0 3B 52 15 10 45 2F
Octal 311 122 45 0 73 122 25 20 105 57
Binary 11001001 1010010 100101 0 111011 1010010 10101 10000 1000101 101111

Color Harmonies of #C95225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95225

Black with #C95225

Text Example


Text Example

White with #C95225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95225; }

 p { color: rgb(201,82,37); }

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

background-color css

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

 a { background-color: rgb(201,82,37); }

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

border-color css

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

 span { border-color: rgb(201,82,37); }

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