Html Css Color HEX #C74125 Trinidad

📋 copy color: '#C74125'

red 199 ◦ green 65 ◦ blue 37

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

Shades of Trinidad #C74125

Tints of Trinidad #C74125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 66.11%
G = 21.59%
B = 12.29%

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

#C74125 (or 0xC74125) is known color: Trinidad. HEX triplet: C7, 41 and 25. RGB value is (199,65,37). Sum of RGB (Red+Green+Blue) = 199+65+37=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C74125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74125 is #38BEDA. Grayscale: #666666. Windows color (decimal): -3718875 or 2441671. OLE color: 2441671.

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

Color convert

RGB 199 65 37 -
CMYK 0 0.67 0.81 0.22
HSL 10.37º 0.69% 0.46% -
HSV(B) 10.37º 0.81% 0.78% -
XYZ 25.78 16.06 3.49 -
YUV 101.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 199 65 37 0 0.67 0.81 0.22 10.37 0.69 0.46
Hex C7 41 25 0 43 51 16 A 45 2E
Octal 307 101 45 0 103 121 26 12 105 56
Binary 11000111 1000001 100101 0 1000011 1010001 10110 1010 1000101 101110

Color Harmonies of #C74125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74125

Black with #C74125

Text Example


Text Example

White with #C74125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74125; }

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

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

background-color css

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

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

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

border-color css

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

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

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