Html Css Color HEX #C74225 Trinidad

📋 copy color: '#C74225'

red 199 ◦ green 66 ◦ blue 37

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

Shades of Trinidad #C74225

Tints of Trinidad #C74225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

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

R = 65.89%
G = 21.85%
B = 12.25%

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

#C74225 (or 0xC74225) is known color: Trinidad. HEX triplet: C7, 42 and 25. RGB value is (199,66,37). Sum of RGB (Red+Green+Blue) = 199+66+37=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C74225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74225 is #38BDDA. Grayscale: #666666. Windows color (decimal): -3718619 or 2441927. OLE color: 2441927.

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

Color convert

RGB 199 66 37 -
CMYK 0 0.67 0.81 0.22
HSL 10.74º 0.69% 0.46% -
HSV(B) 10.74º 0.81% 0.78% -
XYZ 25.84 16.17 3.51 -
YUV 102.46 91.06 196.86 -
System Red Green Blue C M Y K H S L
Decimal 199 66 37 0 0.67 0.81 0.22 10.74 0.69 0.46
Hex C7 42 25 0 43 51 16 B 45 2E
Octal 307 102 45 0 103 121 26 13 105 56
Binary 11000111 1000010 100101 0 1000011 1010001 10110 1011 1000101 101110

Color Harmonies of #C74225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74225

Black with #C74225

Text Example


Text Example

White with #C74225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74225; }

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

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

background-color css

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

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

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

border-color css

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

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

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