Html Css Color HEX #C64029 Trinidad

📋 copy color: '#C64029'

red 198 ◦ green 64 ◦ blue 41

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

Shades of Trinidad #C64029

Tints of Trinidad #C64029

RGB

 RED value IS 198 (77.73% from 255) = 65.35%

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

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

R = 65.35%
G = 21.12%
B = 13.53%

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

#C64029 (or 0xC64029) is known color: Trinidad. HEX triplet: C6, 40 and 29. RGB value is (198,64,41). Sum of RGB (Red+Green+Blue) = 198+64+41=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C64029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64029 is #39BFD6. Grayscale: #656565. Windows color (decimal): -3784663 or 2703558. OLE color: 2703558.

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

Color convert

RGB 198 64 41 -
CMYK 0 0.68 0.79 0.22
HSL 8.79º 0.66% 0.47% -
HSV(B) 8.79º 0.79% 0.78% -
XYZ 25.52 15.83 3.81 -
YUV 101.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 198 64 41 0 0.68 0.79 0.22 8.79 0.66 0.47
Hex C6 40 29 0 44 4F 16 9 42 2F
Octal 306 100 51 0 104 117 26 11 102 57
Binary 11000110 1000000 101001 0 1000100 1001111 10110 1001 1000010 101111

Color Harmonies of #C64029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64029

Black with #C64029

Text Example


Text Example

White with #C64029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64029; }

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

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

background-color css

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

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

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

border-color css

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

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

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