Html Css Color HEX #C74530 Trinidad

📋 copy color: '#C74530'

red 199 ◦ green 69 ◦ blue 48

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

Shades of Trinidad #C74530

Tints of Trinidad #C74530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 62.97%
G = 21.84%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C74530 (or 0xC74530) is known color: Trinidad. HEX triplet: C7, 45 and 30. RGB value is (199,69,48). Sum of RGB (Red+Green+Blue) = 199+69+48=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C74530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74530 is #38BACF. Grayscale: #696969. Windows color (decimal): -3717840 or 3163591. OLE color: 3163591.

HSL color Cylindrical-coordinate representation of color #C74530: hue angle of 8.34º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C74530 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 69 48 -
CMYK 0 0.65 0.76 0.22
HSL 8.34º 0.61% 0.48% -
HSV(B) 8.34º 0.76% 0.78% -
XYZ 26.21 16.61 4.62 -
YUV 105.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 199 69 48 0 0.65 0.76 0.22 8.34 0.61 0.48
Hex C7 45 30 0 41 4C 16 8 3D 30
Octal 307 105 60 0 101 114 26 10 75 60
Binary 11000111 1000101 110000 0 1000001 1001100 10110 1000 111101 110000

Color Harmonies of #C74530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74530

Black with #C74530

Text Example


Text Example

White with #C74530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74530; }

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

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

background-color css

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

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

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

border-color css

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

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

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