Html Css Color HEX #C8132F Cardinal

📋 copy color: '#C8132F'

red 200 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #C8132F

Tints of Cardinal #C8132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 75.19%
G = 7.14%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8132F (or 0xC8132F) is known color: Cardinal. HEX triplet: C8, 13 and 2F. RGB value is (200,19,47). Sum of RGB (Red+Green+Blue) = 200+19+47=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C8132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8132F is #37ECD0. Grayscale: #4C4C4C. Windows color (decimal): -3665105 or 3085256. OLE color: 3085256.

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

Color convert

RGB 200 19 47 -
CMYK 0 0.90 0.76 0.22
HSL 350.72º 0.83% 0.43% -
HSV(B) 350.72º 0.91% 0.78% -
XYZ 24.57 12.95 3.89 -
YUV 76.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 200 19 47 0 0.90 0.76 0.22 350.72 0.83 0.43
Hex C8 13 2F 0 5A 4C 16 15F 53 2B
Octal 310 23 57 0 132 114 26 537 123 53
Binary 11001000 10011 101111 0 1011010 1001100 10110 101011111 1010011 101011

Color Harmonies of #C8132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8132F

Black with #C8132F

Text Example


Text Example

White with #C8132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8132F; }

 p { color: rgb(200,19,47); }

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

background-color css

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

 a { background-color: rgb(200,19,47); }

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

border-color css

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

 span { border-color: rgb(200,19,47); }

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