Html Css Color HEX #C74029 Trinidad

📋 copy color: '#C74029'

red 199 ◦ green 64 ◦ blue 41

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

Shades of Trinidad #C74029

Tints of Trinidad #C74029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.05%

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

R = 65.46%
G = 21.05%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C74029 (or 0xC74029) is known color: Trinidad. HEX triplet: C7, 40 and 29. RGB value is (199,64,41). Sum of RGB (Red+Green+Blue) = 199+64+41=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C74029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74029 is #38BFD6. Grayscale: #656565. Windows color (decimal): -3719127 or 2703559. OLE color: 2703559.

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

Color convert

RGB 199 64 41 -
CMYK 0 0.68 0.79 0.22
HSL 8.73º 0.66% 0.47% -
HSV(B) 8.73º 0.79% 0.78% -
XYZ 25.79 15.97 3.82 -
YUV 101.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 199 64 41 0 0.68 0.79 0.22 8.73 0.66 0.47
Hex C7 40 29 0 44 4F 16 9 42 2F
Octal 307 100 51 0 104 117 26 11 102 57
Binary 11000111 1000000 101001 0 1000100 1001111 10110 1001 1000010 101111

Color Harmonies of #C74029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74029

Black with #C74029

Text Example


Text Example

White with #C74029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74029; }

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

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

background-color css

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

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

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

border-color css

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

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

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