Html Css Color HEX #C25529 Trinidad

📋 copy color: '#C25529'

red 194 ◦ green 85 ◦ blue 41

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

Shades of Trinidad #C25529

Tints of Trinidad #C25529

RGB

 RED value IS 194 (76.17% from 255) = 60.63%

 GREEN value IS 85 (33.59% from 255) = 26.56%

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 60.63%
G = 26.56%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C25529 (or 0xC25529) is known color: Trinidad. HEX triplet: C2, 55 and 29. RGB value is (194,85,41). Sum of RGB (Red+Green+Blue) = 194+85+41=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C25529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25529 is #3DAAD6. Grayscale: #707070. Windows color (decimal): -4041431 or 2708930. OLE color: 2708930.

HSL color Cylindrical-coordinate representation of color #C25529: hue angle of 17.25º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C25529 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 41 -
CMYK 0 0.56 0.79 0.24
HSL 17.25º 0.65% 0.46% -
HSV(B) 17.25º 0.79% 0.76% -
XYZ 25.9 18.13 4.23 -
YUV 112.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 194 85 41 0 0.56 0.79 0.24 17.25 0.65 0.46
Hex C2 55 29 0 38 4F 18 11 41 2E
Octal 302 125 51 0 70 117 30 21 101 56
Binary 11000010 1010101 101001 0 111000 1001111 11000 10001 1000001 101110

Color Harmonies of #C25529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25529

Black with #C25529

Text Example


Text Example

White with #C25529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25529; }

 p { color: rgb(194,85,41); }

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

background-color css

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

 a { background-color: rgb(194,85,41); }

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

border-color css

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

 span { border-color: rgb(194,85,41); }

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