Html Css Color HEX #C64E25 Trinidad

📋 copy color: '#C64E25'

red 198 ◦ green 78 ◦ blue 37

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

Shades of Trinidad #C64E25

Tints of Trinidad #C64E25

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

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

R = 63.26%
G = 24.92%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C64E25 (or 0xC64E25) is known color: Trinidad. HEX triplet: C6, 4E and 25. RGB value is (198,78,37). Sum of RGB (Red+Green+Blue) = 198+78+37=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E25 is #39B1DA. Grayscale: #6D6D6D. Windows color (decimal): -3781083 or 2444998. OLE color: 2444998.

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

Color convert

RGB 198 78 37 -
CMYK 0 0.61 0.81 0.22
HSL 15.28º 0.69% 0.46% -
HSV(B) 15.28º 0.81% 0.78% -
XYZ 26.35 17.59 3.76 -
YUV 109.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 198 78 37 0 0.61 0.81 0.22 15.28 0.69 0.46
Hex C6 4E 25 0 3D 51 16 F 45 2E
Octal 306 116 45 0 75 121 26 17 105 56
Binary 11000110 1001110 100101 0 111101 1010001 10110 1111 1000101 101110

Color Harmonies of #C64E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E25

Black with #C64E25

Text Example


Text Example

White with #C64E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E25; }

 p { color: rgb(198,78,37); }

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

background-color css

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

 a { background-color: rgb(198,78,37); }

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

border-color css

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

 span { border-color: rgb(198,78,37); }

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