Html Css Color HEX #C25028 Trinidad

📋 copy color: '#C25028'

red 194 ◦ green 80 ◦ blue 40

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

Shades of Trinidad #C25028

Tints of Trinidad #C25028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 61.78%
G = 25.48%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C25028 (or 0xC25028) is known color: Trinidad. HEX triplet: C2, 50 and 28. RGB value is (194,80,40). Sum of RGB (Red+Green+Blue) = 194+80+40=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C25028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25028 is #3DAFD7. Grayscale: #6D6D6D. Windows color (decimal): -4042712 or 2642114. OLE color: 2642114.

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

Color convert

RGB 194 80 40 -
CMYK 0 0.59 0.79 0.24
HSL 15.58º 0.66% 0.46% -
HSV(B) 15.58º 0.79% 0.76% -
XYZ 25.5 17.36 4.01 -
YUV 109.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 194 80 40 0 0.59 0.79 0.24 15.58 0.66 0.46
Hex C2 50 28 0 3B 4F 18 10 42 2E
Octal 302 120 50 0 73 117 30 20 102 56
Binary 11000010 1010000 101000 0 111011 1001111 11000 10000 1000010 101110

Color Harmonies of #C25028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25028

Black with #C25028

Text Example


Text Example

White with #C25028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25028; }

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

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

background-color css

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

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

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

border-color css

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

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

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