Html Css Color HEX #C94C1F Trinidad

📋 copy color: '#C94C1F'

red 201 ◦ green 76 ◦ blue 31

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

Shades of Trinidad #C94C1F

Tints of Trinidad #C94C1F

RGB

 RED value IS 201 (78.91% from 255) = 65.26%

 GREEN value IS 76 (30.08% from 255) = 24.68%

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

R = 65.26%
G = 24.68%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C94C1F (or 0xC94C1F) is known color: Trinidad. HEX triplet: C9, 4C and 1F. RGB value is (201,76,31). Sum of RGB (Red+Green+Blue) = 201+76+31=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94C1F is #36B3E0. Grayscale: #6C6C6C. Windows color (decimal): -3584993 or 2051273. OLE color: 2051273.

HSL color Cylindrical-coordinate representation of color #C94C1F: hue angle of 15.88º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C94C1F is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 31 -
CMYK 0 0.62 0.85 0.21
HSL 15.88º 0.73% 0.45% -
HSV(B) 15.88º 0.85% 0.79% -
XYZ 26.92 17.69 3.29 -
YUV 108.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 201 76 31 0 0.62 0.85 0.21 15.88 0.73 0.45
Hex C9 4C 1F 0 3E 55 15 10 49 2D
Octal 311 114 37 0 76 125 25 20 111 55
Binary 11001001 1001100 11111 0 111110 1010101 10101 10000 1001001 101101

Color Harmonies of #C94C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C1F

Black with #C94C1F

Text Example


Text Example

White with #C94C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C1F; }

 p { color: rgb(201,76,31); }

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

background-color css

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

 a { background-color: rgb(201,76,31); }

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

border-color css

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

 span { border-color: rgb(201,76,31); }

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