Html Css Color HEX #C71D3B Cardinal

📋 copy color: '#C71D3B'

red 199 ◦ green 29 ◦ blue 59

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

Shades of Cardinal #C71D3B

Tints of Cardinal #C71D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 69.34%
G = 10.1%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C71D3B (or 0xC71D3B) is known color: Cardinal. HEX triplet: C7, 1D and 3B. RGB value is (199,29,59). Sum of RGB (Red+Green+Blue) = 199+29+59=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D3B is #38E2C4. Grayscale: #535353. Windows color (decimal): -3728069 or 3874247. OLE color: 3874247.

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

Color convert

RGB 199 29 59 -
CMYK 0 0.85 0.70 0.22
HSL 349.41º 0.75% 0.45% -
HSV(B) 349.41º 0.85% 0.78% -
XYZ 24.78 13.34 5.41 -
YUV 83.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 199 29 59 0 0.85 0.70 0.22 349.41 0.75 0.45
Hex C7 1D 3B 0 55 46 16 15D 4B 2D
Octal 307 35 73 0 125 106 26 535 113 55
Binary 11000111 11101 111011 0 1010101 1000110 10110 101011101 1001011 101101

Color Harmonies of #C71D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71D3B

Black with #C71D3B

Text Example


Text Example

White with #C71D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71D3B; }

 p { color: rgb(199,29,59); }

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

background-color css

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

 a { background-color: rgb(199,29,59); }

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

border-color css

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

 span { border-color: rgb(199,29,59); }

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