Html Css Color HEX #C74C24 Trinidad

📋 copy color: '#C74C24'

red 199 ◦ green 76 ◦ blue 36

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

Shades of Trinidad #C74C24

Tints of Trinidad #C74C24

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

 BLUE value IS 36 (14.45% from 255) = 11.58%

R = 63.99%
G = 24.44%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C74C24 (or 0xC74C24) is known color: Trinidad. HEX triplet: C7, 4C and 24. RGB value is (199,76,36). Sum of RGB (Red+Green+Blue) = 199+76+36=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74C24 is #38B3DB. Grayscale: #6C6C6C. Windows color (decimal): -3716060 or 2378951. OLE color: 2378951.

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

Color convert

RGB 199 76 36 -
CMYK 0 0.62 0.82 0.22
HSL 14.72º 0.69% 0.46% -
HSV(B) 14.72º 0.82% 0.78% -
XYZ 26.46 17.44 3.64 -
YUV 108.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 199 76 36 0 0.62 0.82 0.22 14.72 0.69 0.46
Hex C7 4C 24 0 3E 52 16 F 45 2E
Octal 307 114 44 0 76 122 26 17 105 56
Binary 11000111 1001100 100100 0 111110 1010010 10110 1111 1000101 101110

Color Harmonies of #C74C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C24

Black with #C74C24

Text Example


Text Example

White with #C74C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C24; }

 p { color: rgb(199,76,36); }

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

background-color css

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

 a { background-color: rgb(199,76,36); }

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

border-color css

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

 span { border-color: rgb(199,76,36); }

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