Html Css Color HEX #C25335 Trinidad

📋 copy color: '#C25335'

red 194 ◦ green 83 ◦ blue 53

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

Shades of Trinidad #C25335

Tints of Trinidad #C25335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.06%

R = 58.79%
G = 25.15%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C25335 (or 0xC25335) is known color: Trinidad. HEX triplet: C2, 53 and 35. RGB value is (194,83,53). Sum of RGB (Red+Green+Blue) = 194+83+53=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C25335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25335 is #3DACCA. Grayscale: #707070. Windows color (decimal): -4041931 or 3494850. OLE color: 3494850.

HSL color Cylindrical-coordinate representation of color #C25335: hue angle of 12.77º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C25335 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 53 -
CMYK 0 0.57 0.73 0.24
HSL 12.77º 0.57% 0.48% -
HSV(B) 12.77º 0.73% 0.76% -
XYZ 25.98 17.91 5.46 -
YUV 112.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 194 83 53 0 0.57 0.73 0.24 12.77 0.57 0.48
Hex C2 53 35 0 39 49 18 D 39 30
Octal 302 123 65 0 71 111 30 15 71 60
Binary 11000010 1010011 110101 0 111001 1001001 11000 1101 111001 110000

Color Harmonies of #C25335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25335

Black with #C25335

Text Example


Text Example

White with #C25335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25335; }

 p { color: rgb(194,83,53); }

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

background-color css

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

 a { background-color: rgb(194,83,53); }

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

border-color css

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

 span { border-color: rgb(194,83,53); }

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