Html Css Color HEX #C74126 Trinidad

📋 copy color: '#C74126'

red 199 ◦ green 65 ◦ blue 38

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

Shades of Trinidad #C74126

Tints of Trinidad #C74126

RGB

 RED value IS 199 (78.13% from 255) = 65.89%

 GREEN value IS 65 (25.78% from 255) = 21.52%

 BLUE value IS 38 (15.23% from 255) = 12.58%

R = 65.89%
G = 21.52%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C74126 (or 0xC74126) is known color: Trinidad. HEX triplet: C7, 41 and 26. RGB value is (199,65,38). Sum of RGB (Red+Green+Blue) = 199+65+38=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C74126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74126 is #38BED9. Grayscale: #666666. Windows color (decimal): -3718874 or 2507207. OLE color: 2507207.

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

Color convert

RGB 199 65 38 -
CMYK 0 0.67 0.81 0.22
HSL 10.06º 0.68% 0.46% -
HSV(B) 10.06º 0.81% 0.78% -
XYZ 25.79 16.06 3.57 -
YUV 101.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 199 65 38 0 0.67 0.81 0.22 10.06 0.68 0.46
Hex C7 41 26 0 43 51 16 A 44 2E
Octal 307 101 46 0 103 121 26 12 104 56
Binary 11000111 1000001 100110 0 1000011 1010001 10110 1010 1000100 101110

Color Harmonies of #C74126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74126

Black with #C74126

Text Example


Text Example

White with #C74126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74126; }

 p { color: rgb(199,65,38); }

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

background-color css

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

 a { background-color: rgb(199,65,38); }

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

border-color css

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

 span { border-color: rgb(199,65,38); }

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