Html Css Color HEX #C74626 Trinidad

📋 copy color: '#C74626'

red 199 ◦ green 70 ◦ blue 38

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

Shades of Trinidad #C74626

Tints of Trinidad #C74626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

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

R = 64.82%
G = 22.8%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C74626 (or 0xC74626) is known color: Trinidad. HEX triplet: C7, 46 and 26. RGB value is (199,70,38). Sum of RGB (Red+Green+Blue) = 199+70+38=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C74626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74626 is #38B9D9. Grayscale: #696969. Windows color (decimal): -3717594 or 2508487. OLE color: 2508487.

HSL color Cylindrical-coordinate representation of color #C74626: hue angle of 11.93º 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 #C74626 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 38 -
CMYK 0 0.65 0.81 0.22
HSL 11.93º 0.68% 0.46% -
HSV(B) 11.93º 0.81% 0.78% -
XYZ 26.09 16.66 3.67 -
YUV 104.92 90.24 195.1 -
System Red Green Blue C M Y K H S L
Decimal 199 70 38 0 0.65 0.81 0.22 11.93 0.68 0.46
Hex C7 46 26 0 41 51 16 C 44 2E
Octal 307 106 46 0 101 121 26 14 104 56
Binary 11000111 1000110 100110 0 1000001 1010001 10110 1100 1000100 101110

Color Harmonies of #C74626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74626

Black with #C74626

Text Example


Text Example

White with #C74626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74626; }

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

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

background-color css

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

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

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

border-color css

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

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

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