Html Css Color HEX #C74D25 Trinidad

📋 copy color: '#C74D25'

red 199 ◦ green 77 ◦ blue 37

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

Shades of Trinidad #C74D25

Tints of Trinidad #C74D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.6%

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

R = 63.58%
G = 24.6%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C74D25 (or 0xC74D25) is known color: Trinidad. HEX triplet: C7, 4D and 25. RGB value is (199,77,37). Sum of RGB (Red+Green+Blue) = 199+77+37=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D25 is #38B2DA. Grayscale: #6D6D6D. Windows color (decimal): -3715803 or 2444743. OLE color: 2444743.

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

Color convert

RGB 199 77 37 -
CMYK 0 0.61 0.81 0.22
HSL 14.81º 0.69% 0.46% -
HSV(B) 14.81º 0.81% 0.78% -
XYZ 26.54 17.58 3.75 -
YUV 108.92 87.42 192.25 -
System Red Green Blue C M Y K H S L
Decimal 199 77 37 0 0.61 0.81 0.22 14.81 0.69 0.46
Hex C7 4D 25 0 3D 51 16 F 45 2E
Octal 307 115 45 0 75 121 26 17 105 56
Binary 11000111 1001101 100101 0 111101 1010001 10110 1111 1000101 101110

Color Harmonies of #C74D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D25

Black with #C74D25

Text Example


Text Example

White with #C74D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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