Html Css Color HEX #C25530 Trinidad

📋 copy color: '#C25530'

red 194 ◦ green 85 ◦ blue 48

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

Shades of Trinidad #C25530

Tints of Trinidad #C25530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 59.33%
G = 25.99%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C25530 (or 0xC25530) is known color: Trinidad. HEX triplet: C2, 55 and 30. RGB value is (194,85,48). Sum of RGB (Red+Green+Blue) = 194+85+48=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C25530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25530 is #3DAACF. Grayscale: #717171. Windows color (decimal): -4041424 or 3167682. OLE color: 3167682.

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

Color convert

RGB 194 85 48 -
CMYK 0 0.56 0.75 0.24
HSL 15.21º 0.6% 0.47% -
HSV(B) 15.21º 0.75% 0.76% -
XYZ 26.03 18.18 4.93 -
YUV 113.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 194 85 48 0 0.56 0.75 0.24 15.21 0.6 0.47
Hex C2 55 30 0 38 4B 18 F 3C 2F
Octal 302 125 60 0 70 113 30 17 74 57
Binary 11000010 1010101 110000 0 111000 1001011 11000 1111 111100 101111

Color Harmonies of #C25530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25530

Black with #C25530

Text Example


Text Example

White with #C25530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25530; }

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

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

background-color css

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

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

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

border-color css

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

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

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