Html Css Color HEX #C74425 Trinidad

📋 copy color: '#C74425'

red 199 ◦ green 68 ◦ blue 37

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

Shades of Trinidad #C74425

Tints of Trinidad #C74425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 65.46%
G = 22.37%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C74425 (or 0xC74425) is known color: Trinidad. HEX triplet: C7, 44 and 25. RGB value is (199,68,37). Sum of RGB (Red+Green+Blue) = 199+68+37=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C74425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74425 is #38BBDA. Grayscale: #676767. Windows color (decimal): -3718107 or 2442439. OLE color: 2442439.

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

Color convert

RGB 199 68 37 -
CMYK 0 0.66 0.81 0.22
HSL 11.48º 0.69% 0.46% -
HSV(B) 11.48º 0.81% 0.78% -
XYZ 25.95 16.41 3.55 -
YUV 103.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 199 68 37 0 0.66 0.81 0.22 11.48 0.69 0.46
Hex C7 44 25 0 42 51 16 B 45 2E
Octal 307 104 45 0 102 121 26 13 105 56
Binary 11000111 1000100 100101 0 1000010 1010001 10110 1011 1000101 101110

Color Harmonies of #C74425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74425

Black with #C74425

Text Example


Text Example

White with #C74425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74425; }

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

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

background-color css

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

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

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

border-color css

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

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

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