Html Css Color HEX #C63F27 Trinidad

📋 copy color: '#C63F27'

red 198 ◦ green 63 ◦ blue 39

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

Shades of Trinidad #C63F27

Tints of Trinidad #C63F27

RGB

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

 GREEN value IS 63 (25% from 255) = 21%

 BLUE value IS 39 (15.63% from 255) = 13%

R = 66%
G = 21%
B = 13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C63F27 (or 0xC63F27) is known color: Trinidad. HEX triplet: C6, 3F and 27. RGB value is (198,63,39). Sum of RGB (Red+Green+Blue) = 198+63+39=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F27 is #39C0D8. Grayscale: #646464. Windows color (decimal): -3784921 or 2572230. OLE color: 2572230.

HSL color Cylindrical-coordinate representation of color #C63F27: hue angle of 9.06º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C63F27 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 39 -
CMYK 0 0.68 0.80 0.22
HSL 9.06º 0.67% 0.46% -
HSV(B) 9.06º 0.8% 0.78% -
XYZ 25.43 15.71 3.61 -
YUV 100.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 198 63 39 0 0.68 0.80 0.22 9.06 0.67 0.46
Hex C6 3F 27 0 44 50 16 9 43 2E
Octal 306 77 47 0 104 120 26 11 103 56
Binary 11000110 111111 100111 0 1000100 1010000 10110 1001 1000011 101110

Color Harmonies of #C63F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F27

Black with #C63F27

Text Example


Text Example

White with #C63F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F27; }

 p { color: rgb(198,63,39); }

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

background-color css

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

 a { background-color: rgb(198,63,39); }

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

border-color css

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

 span { border-color: rgb(198,63,39); }

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