Html Css Color HEX #C25321 Trinidad

📋 copy color: '#C25321'

red 194 ◦ green 83 ◦ blue 33

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

Shades of Trinidad #C25321

Tints of Trinidad #C25321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 62.58%
G = 26.77%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C25321 (or 0xC25321) is known color: Trinidad. HEX triplet: C2, 53 and 21. RGB value is (194,83,33). Sum of RGB (Red+Green+Blue) = 194+83+33=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C25321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25321 is #3DACDE. Grayscale: #6E6E6E. Windows color (decimal): -4041951 or 2184130. OLE color: 2184130.

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

Color convert

RGB 194 83 33 -
CMYK 0 0.57 0.83 0.24
HSL 18.63º 0.71% 0.45% -
HSV(B) 18.63º 0.83% 0.76% -
XYZ 25.62 17.77 3.52 -
YUV 110.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 194 83 33 0 0.57 0.83 0.24 18.63 0.71 0.45
Hex C2 53 21 0 39 53 18 13 47 2D
Octal 302 123 41 0 71 123 30 23 107 55
Binary 11000010 1010011 100001 0 111001 1010011 11000 10011 1000111 101101

Color Harmonies of #C25321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25321

Black with #C25321

Text Example


Text Example

White with #C25321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25321; }

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

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

background-color css

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

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

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

border-color css

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

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

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