Html Css Color HEX #C74429 Trinidad

📋 copy color: '#C74429'

red 199 ◦ green 68 ◦ blue 41

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

Shades of Trinidad #C74429

Tints of Trinidad #C74429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 64.61%
G = 22.08%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C74429 (or 0xC74429) is known color: Trinidad. HEX triplet: C7, 44 and 29. RGB value is (199,68,41). Sum of RGB (Red+Green+Blue) = 199+68+41=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C74429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74429 is #38BBD6. Grayscale: #686868. Windows color (decimal): -3718103 or 2704583. OLE color: 2704583.

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

Color convert

RGB 199 68 41 -
CMYK 0 0.66 0.79 0.22
HSL 10.25º 0.66% 0.47% -
HSV(B) 10.25º 0.79% 0.78% -
XYZ 26.02 16.44 3.9 -
YUV 104.09 92.4 195.7 -
System Red Green Blue C M Y K H S L
Decimal 199 68 41 0 0.66 0.79 0.22 10.25 0.66 0.47
Hex C7 44 29 0 42 4F 16 A 42 2F
Octal 307 104 51 0 102 117 26 12 102 57
Binary 11000111 1000100 101001 0 1000010 1001111 10110 1010 1000010 101111

Color Harmonies of #C74429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74429

Black with #C74429

Text Example


Text Example

White with #C74429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74429; }

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

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

background-color css

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

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

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

border-color css

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

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

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