Html Css Color HEX #C63E26 Trinidad

📋 copy color: '#C63E26'

red 198 ◦ green 62 ◦ blue 38

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

Shades of Trinidad #C63E26

Tints of Trinidad #C63E26

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.81%

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 66.44%
G = 20.81%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C63E26 (or 0xC63E26) is known color: Trinidad. HEX triplet: C6, 3E and 26. RGB value is (198,62,38). Sum of RGB (Red+Green+Blue) = 198+62+38=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63E26 is #39C1D9. Grayscale: #646464. Windows color (decimal): -3785178 or 2506438. OLE color: 2506438.

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

Color convert

RGB 198 62 38 -
CMYK 0 0.69 0.81 0.22
HSL 0.68% 0.46% -
HSV(B) 0.81% 0.78% -
XYZ 25.36 15.59 3.51 -
YUV 99.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 198 62 38 0 0.69 0.81 0.22 9 0.68 0.46
Hex C6 3E 26 0 45 51 16 9 44 2E
Octal 306 76 46 0 105 121 26 11 104 56
Binary 11000110 111110 100110 0 1000101 1010001 10110 1001 1000100 101110

Color Harmonies of #C63E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63E26

Black with #C63E26

Text Example


Text Example

White with #C63E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63E26; }

 p { color: rgb(198,62,38); }

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

background-color css

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

 a { background-color: rgb(198,62,38); }

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

border-color css

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

 span { border-color: rgb(198,62,38); }

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