Html Css Color HEX #C63F4B Brick Red

📋 copy color: '#C63F4B'

red 198 ◦ green 63 ◦ blue 75

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

Shades of Brick Red #C63F4B

Tints of Brick Red #C63F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 58.93%
G = 18.75%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C63F4B (or 0xC63F4B) is known color: Brick Red. HEX triplet: C6, 3F and 4B. RGB value is (198,63,75). Sum of RGB (Red+Green+Blue) = 198+63+75=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F4B is #39C0B4. Grayscale: #686868. Windows color (decimal): -3784885 or 4931526. OLE color: 4931526.

HSL color Cylindrical-coordinate representation of color #C63F4B: hue angle of 354.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F4B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 75 -
CMYK 0 0.68 0.62 0.22
HSL 354.67º 0.54% 0.51% -
HSV(B) 354.67º 0.68% 0.78% -
XYZ 26.34 16.07 8.37 -
YUV 104.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 198 63 75 0 0.68 0.62 0.22 354.67 0.54 0.51
Hex C6 3F 4B 0 44 3E 16 163 36 33
Octal 306 77 113 0 104 76 26 543 66 63
Binary 11000110 111111 1001011 0 1000100 111110 10110 101100011 110110 110011

Color Harmonies of #C63F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F4B

Black with #C63F4B

Text Example


Text Example

White with #C63F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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