Html Css Color HEX #C8124B Cardinal

📋 copy color: '#C8124B'

red 200 ◦ green 18 ◦ blue 75

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

Shades of Cardinal #C8124B

Tints of Cardinal #C8124B

RGB

 RED value IS 200 (78.52% from 255) = 68.26%

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 68.26%
G = 6.14%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8124B (or 0xC8124B) is known color: Cardinal. HEX triplet: C8, 12 and 4B. RGB value is (200,18,75). Sum of RGB (Red+Green+Blue) = 200+18+75=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8124B is #37EDB4. Grayscale: #4E4E4E. Windows color (decimal): -3665333 or 4920008. OLE color: 4920008.

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

Color convert

RGB 200 18 75 -
CMYK 0 0.91 0.62 0.22
HSL 341.21º 0.83% 0.43% -
HSV(B) 341.21º 0.91% 0.78% -
XYZ 25.31 13.22 7.87 -
YUV 78.92 125.8 214.37 -
System Red Green Blue C M Y K H S L
Decimal 200 18 75 0 0.91 0.62 0.22 341.21 0.83 0.43
Hex C8 12 4B 0 5B 3E 16 155 53 2B
Octal 310 22 113 0 133 76 26 525 123 53
Binary 11001000 10010 1001011 0 1011011 111110 10110 101010101 1010011 101011

Color Harmonies of #C8124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8124B

Black with #C8124B

Text Example


Text Example

White with #C8124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8124B; }

 p { color: rgb(200,18,75); }

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

background-color css

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

 a { background-color: rgb(200,18,75); }

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

border-color css

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

 span { border-color: rgb(200,18,75); }

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