Html Css Color HEX #C34429 Trinidad

📋 copy color: '#C34429'

red 195 ◦ green 68 ◦ blue 41

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

Shades of Trinidad #C34429

Tints of Trinidad #C34429

RGB

 RED value IS 195 (76.56% from 255) = 64.14%

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

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

R = 64.14%
G = 22.37%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C34429 (or 0xC34429) is known color: Trinidad. HEX triplet: C3, 44 and 29. RGB value is (195,68,41). Sum of RGB (Red+Green+Blue) = 195+68+41=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C34429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34429 is #3CBBD6. Grayscale: #676767. Windows color (decimal): -3980247 or 2704579. OLE color: 2704579.

HSL color Cylindrical-coordinate representation of color #C34429: hue angle of 10.52º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C34429 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 68 41 -
CMYK 0 0.65 0.79 0.24
HSL 10.52º 0.65% 0.46% -
HSV(B) 10.52º 0.79% 0.76% -
XYZ 24.97 15.9 3.85 -
YUV 102.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 195 68 41 0 0.65 0.79 0.24 10.52 0.65 0.46
Hex C3 44 29 0 41 4F 18 B 41 2E
Octal 303 104 51 0 101 117 30 13 101 56
Binary 11000011 1000100 101001 0 1000001 1001111 11000 1011 1000001 101110

Color Harmonies of #C34429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34429

Black with #C34429

Text Example


Text Example

White with #C34429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34429; }

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

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

background-color css

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

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

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

border-color css

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

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

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