Html Css Color HEX #C74527 Trinidad

📋 copy color: '#C74527'

red 199 ◦ green 69 ◦ blue 39

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

Shades of Trinidad #C74527

Tints of Trinidad #C74527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

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

R = 64.82%
G = 22.48%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C74527 (or 0xC74527) is known color: Trinidad. HEX triplet: C7, 45 and 27. RGB value is (199,69,39). Sum of RGB (Red+Green+Blue) = 199+69+39=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C74527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74527 is #38BAD8. Grayscale: #686868. Windows color (decimal): -3717849 or 2573767. OLE color: 2573767.

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

Color convert

RGB 199 69 39 -
CMYK 0 0.65 0.80 0.22
HSL 11.25º 0.67% 0.47% -
HSV(B) 11.25º 0.8% 0.78% -
XYZ 26.05 16.54 3.74 -
YUV 104.45 91.07 195.44 -
System Red Green Blue C M Y K H S L
Decimal 199 69 39 0 0.65 0.80 0.22 11.25 0.67 0.47
Hex C7 45 27 0 41 50 16 B 43 2F
Octal 307 105 47 0 101 120 26 13 103 57
Binary 11000111 1000101 100111 0 1000001 1010000 10110 1011 1000011 101111

Color Harmonies of #C74527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74527

Black with #C74527

Text Example


Text Example

White with #C74527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74527; }

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

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

background-color css

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

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

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

border-color css

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

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

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