Html Css Color HEX #C71C4B Cardinal

📋 copy color: '#C71C4B'

red 199 ◦ green 28 ◦ blue 75

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

Shades of Cardinal #C71C4B

Tints of Cardinal #C71C4B

RGB

 RED value IS 199 (78.13% from 255) = 65.89%

 GREEN value IS 28 (11.33% from 255) = 9.27%

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

R = 65.89%
G = 9.27%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C71C4B (or 0xC71C4B) is known color: Cardinal. HEX triplet: C7, 1C and 4B. RGB value is (199,28,75). Sum of RGB (Red+Green+Blue) = 199+28+75=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71C4B is #38E3B4. Grayscale: #545454. Windows color (decimal): -3728309 or 4922567. OLE color: 4922567.

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

Color convert

RGB 199 28 75 -
CMYK 0 0.86 0.62 0.22
HSL 343.51º 0.75% 0.45% -
HSV(B) 343.51º 0.86% 0.78% -
XYZ 25.24 13.48 7.93 -
YUV 84.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 199 28 75 0 0.86 0.62 0.22 343.51 0.75 0.45
Hex C7 1C 4B 0 56 3E 16 158 4B 2D
Octal 307 34 113 0 126 76 26 530 113 55
Binary 11000111 11100 1001011 0 1010110 111110 10110 101011000 1001011 101101

Color Harmonies of #C71C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C4B

Black with #C71C4B

Text Example


Text Example

White with #C71C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C4B; }

 p { color: rgb(199,28,75); }

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

background-color css

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

 a { background-color: rgb(199,28,75); }

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

border-color css

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

 span { border-color: rgb(199,28,75); }

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