Html Css Color HEX #C1501F Trinidad

📋 copy color: '#C1501F'

red 193 ◦ green 80 ◦ blue 31

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

Shades of Trinidad #C1501F

Tints of Trinidad #C1501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 63.49%
G = 26.32%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1501F (or 0xC1501F) is known color: Trinidad. HEX triplet: C1, 50 and 1F. RGB value is (193,80,31). Sum of RGB (Red+Green+Blue) = 193+80+31=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1501F is #3EAFE0. Grayscale: #6C6C6C. Windows color (decimal): -4108257 or 2052289. OLE color: 2052289.

HSL color Cylindrical-coordinate representation of color #C1501F: hue angle of 18.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1501F is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 31 -
CMYK 0 0.59 0.84 0.24
HSL 18.15º 0.72% 0.44% -
HSV(B) 18.15º 0.84% 0.76% -
XYZ 25.11 17.17 3.29 -
YUV 108.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 193 80 31 0 0.59 0.84 0.24 18.15 0.72 0.44
Hex C1 50 1F 0 3B 54 18 12 48 2C
Octal 301 120 37 0 73 124 30 22 110 54
Binary 11000001 1010000 11111 0 111011 1010100 11000 10010 1001000 101100

Color Harmonies of #C1501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1501F

Black with #C1501F

Text Example


Text Example

White with #C1501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1501F; }

 p { color: rgb(193,80,31); }

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

background-color css

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

 a { background-color: rgb(193,80,31); }

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

border-color css

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

 span { border-color: rgb(193,80,31); }

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