Html Css Color HEX #C14D1F Trinidad

📋 copy color: '#C14D1F'

red 193 ◦ green 77 ◦ blue 31

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

Shades of Trinidad #C14D1F

Tints of Trinidad #C14D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

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

R = 64.12%
G = 25.58%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C14D1F (or 0xC14D1F) is known color: Trinidad. HEX triplet: C1, 4D and 1F. RGB value is (193,77,31). Sum of RGB (Red+Green+Blue) = 193+77+31=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D1F is #3EB2E0. Grayscale: #6A6A6A. Windows color (decimal): -4109025 or 2051521. OLE color: 2051521.

HSL color Cylindrical-coordinate representation of color #C14D1F: hue angle of 17.04º 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 #C14D1F is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 77 31 -
CMYK 0 0.60 0.84 0.24
HSL 17.04º 0.72% 0.44% -
HSV(B) 17.04º 0.84% 0.76% -
XYZ 24.89 16.74 3.22 -
YUV 106.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 193 77 31 0 0.60 0.84 0.24 17.04 0.72 0.44
Hex C1 4D 1F 0 3C 54 18 11 48 2C
Octal 301 115 37 0 74 124 30 21 110 54
Binary 11000001 1001101 11111 0 111100 1010100 11000 10001 1001000 101100

Color Harmonies of #C14D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D1F

Black with #C14D1F

Text Example


Text Example

White with #C14D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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