Html Css Color HEX #C74821 Trinidad

📋 copy color: '#C74821'

red 199 ◦ green 72 ◦ blue 33

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

Shades of Trinidad #C74821

Tints of Trinidad #C74821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

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

R = 65.46%
G = 23.68%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C74821 (or 0xC74821) is known color: Trinidad. HEX triplet: C7, 48 and 21. RGB value is (199,72,33). Sum of RGB (Red+Green+Blue) = 199+72+33=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C74821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74821 is #38B7DE. Grayscale: #696969. Windows color (decimal): -3717087 or 2181319. OLE color: 2181319.

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

Color convert

RGB 199 72 33 -
CMYK 0 0.64 0.83 0.22
HSL 14.1º 0.72% 0.45% -
HSV(B) 14.1º 0.83% 0.78% -
XYZ 26.15 16.89 3.32 -
YUV 105.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 199 72 33 0 0.64 0.83 0.22 14.1 0.72 0.45
Hex C7 48 21 0 40 53 16 E 48 2D
Octal 307 110 41 0 100 123 26 16 110 55
Binary 11000111 1001000 100001 0 1000000 1010011 10110 1110 1001000 101101

Color Harmonies of #C74821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74821

Black with #C74821

Text Example


Text Example

White with #C74821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74821; }

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

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

background-color css

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

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

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

border-color css

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

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

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