Html Css Color HEX #C95325 Trinidad

📋 copy color: '#C95325'

red 201 ◦ green 83 ◦ blue 37

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

Shades of Trinidad #C95325

Tints of Trinidad #C95325

RGB

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

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

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

R = 62.62%
G = 25.86%
B = 11.53%

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

#C95325 (or 0xC95325) is known color: Trinidad. HEX triplet: C9, 53 and 25. RGB value is (201,83,37). Sum of RGB (Red+Green+Blue) = 201+83+37=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C95325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95325 is #36ACDA. Grayscale: #717171. Windows color (decimal): -3583195 or 2446281. OLE color: 2446281.

HSL color Cylindrical-coordinate representation of color #C95325: hue angle of 16.83º 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 #C95325 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 37 -
CMYK 0 0.59 0.82 0.21
HSL 16.83º 0.69% 0.47% -
HSV(B) 16.83º 0.82% 0.79% -
XYZ 27.51 18.74 3.92 -
YUV 113.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 201 83 37 0 0.59 0.82 0.21 16.83 0.69 0.47
Hex C9 53 25 0 3B 52 15 11 45 2F
Octal 311 123 45 0 73 122 25 21 105 57
Binary 11001001 1010011 100101 0 111011 1010010 10101 10001 1000101 101111

Color Harmonies of #C95325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95325

Black with #C95325

Text Example


Text Example

White with #C95325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95325; }

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

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

background-color css

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

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

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

border-color css

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

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

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