Html Css Color HEX #C25030 Trinidad

📋 copy color: '#C25030'

red 194 ◦ green 80 ◦ blue 48

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

Shades of Trinidad #C25030

Tints of Trinidad #C25030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

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

R = 60.25%
G = 24.84%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C25030 (or 0xC25030) is known color: Trinidad. HEX triplet: C2, 50 and 30. RGB value is (194,80,48). Sum of RGB (Red+Green+Blue) = 194+80+48=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C25030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25030 is #3DAFCF. Grayscale: #6E6E6E. Windows color (decimal): -4042704 or 3166402. OLE color: 3166402.

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

Color convert

RGB 194 80 48 -
CMYK 0 0.59 0.75 0.24
HSL 13.15º 0.6% 0.47% -
HSV(B) 13.15º 0.75% 0.76% -
XYZ 25.65 17.42 4.81 -
YUV 110.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 194 80 48 0 0.59 0.75 0.24 13.15 0.6 0.47
Hex C2 50 30 0 3B 4B 18 D 3C 2F
Octal 302 120 60 0 73 113 30 15 74 57
Binary 11000010 1010000 110000 0 111011 1001011 11000 1101 111100 101111

Color Harmonies of #C25030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25030

Black with #C25030

Text Example


Text Example

White with #C25030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25030; }

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

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

background-color css

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

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

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

border-color css

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

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

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