Html Css Color HEX #C74421 Trinidad

📋 copy color: '#C74421'

red 199 ◦ green 68 ◦ blue 33

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

Shades of Trinidad #C74421

Tints of Trinidad #C74421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

 BLUE value IS 33 (13.28% from 255) = 11%

R = 66.33%
G = 22.67%
B = 11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C74421 (or 0xC74421) is known color: Trinidad. HEX triplet: C7, 44 and 21. RGB value is (199,68,33). Sum of RGB (Red+Green+Blue) = 199+68+33=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C74421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74421 is #38BBDE. Grayscale: #676767. Windows color (decimal): -3718111 or 2180295. OLE color: 2180295.

HSL color Cylindrical-coordinate representation of color #C74421: hue angle of 12.65º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C74421 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 33 -
CMYK 0 0.66 0.83 0.22
HSL 12.65º 0.72% 0.45% -
HSV(B) 12.65º 0.83% 0.78% -
XYZ 25.89 16.39 3.24 -
YUV 103.18 88.4 196.35 -
System Red Green Blue C M Y K H S L
Decimal 199 68 33 0 0.66 0.83 0.22 12.65 0.72 0.45
Hex C7 44 21 0 42 53 16 D 48 2D
Octal 307 104 41 0 102 123 26 15 110 55
Binary 11000111 1000100 100001 0 1000010 1010011 10110 1101 1001000 101101

Color Harmonies of #C74421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74421

Black with #C74421

Text Example


Text Example

White with #C74421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74421; }

 p { color: rgb(199,68,33); }

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

background-color css

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

 a { background-color: rgb(199,68,33); }

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

border-color css

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

 span { border-color: rgb(199,68,33); }

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