Html Css Color HEX #C74327 Trinidad

📋 copy color: '#C74327'

red 199 ◦ green 67 ◦ blue 39

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

Shades of Trinidad #C74327

Tints of Trinidad #C74327

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 65.25%
G = 21.97%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C74327 (or 0xC74327) is known color: Trinidad. HEX triplet: C7, 43 and 27. RGB value is (199,67,39). Sum of RGB (Red+Green+Blue) = 199+67+39=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C74327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74327 is #38BCD8. Grayscale: #676767. Windows color (decimal): -3718361 or 2573255. OLE color: 2573255.

HSL color Cylindrical-coordinate representation of color #C74327: hue angle of 10.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C74327 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 67 39 -
CMYK 0 0.66 0.80 0.22
HSL 10.5º 0.67% 0.47% -
HSV(B) 10.5º 0.8% 0.78% -
XYZ 25.93 16.3 3.7 -
YUV 103.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 199 67 39 0 0.66 0.80 0.22 10.5 0.67 0.47
Hex C7 43 27 0 42 50 16 A 43 2F
Octal 307 103 47 0 102 120 26 12 103 57
Binary 11000111 1000011 100111 0 1000010 1010000 10110 1010 1000011 101111

Color Harmonies of #C74327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74327

Black with #C74327

Text Example


Text Example

White with #C74327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74327; }

 p { color: rgb(199,67,39); }

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

background-color css

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

 a { background-color: rgb(199,67,39); }

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

border-color css

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

 span { border-color: rgb(199,67,39); }

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