Html Css Color HEX #C13F25 Trinidad

📋 copy color: '#C13F25'

red 193 ◦ green 63 ◦ blue 37

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

Shades of Trinidad #C13F25

Tints of Trinidad #C13F25

RGB

 RED value IS 193 (75.78% from 255) = 65.87%

 GREEN value IS 63 (25% from 255) = 21.5%

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 65.87%
G = 21.5%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C13F25 (or 0xC13F25) is known color: Trinidad. HEX triplet: C1, 3F and 25. RGB value is (193,63,37). Sum of RGB (Red+Green+Blue) = 193+63+37=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F25 is #3EC0DA. Grayscale: #636363. Windows color (decimal): -4112603 or 2441153. OLE color: 2441153.

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

Color convert

RGB 193 63 37 -
CMYK 0 0.67 0.81 0.24
HSL 10º 0.68% 0.45% -
HSV(B) 10º 0.81% 0.76% -
XYZ 24.1 15.03 3.38 -
YUV 98.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 193 63 37 0 0.67 0.81 0.24 10 0.68 0.45
Hex C1 3F 25 0 43 51 18 A 44 2D
Octal 301 77 45 0 103 121 30 12 104 55
Binary 11000001 111111 100101 0 1000011 1010001 11000 1010 1000100 101101

Color Harmonies of #C13F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F25

Black with #C13F25

Text Example


Text Example

White with #C13F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F25; }

 p { color: rgb(193,63,37); }

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

background-color css

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

 a { background-color: rgb(193,63,37); }

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

border-color css

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

 span { border-color: rgb(193,63,37); }

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