Html Css Color HEX #C81C4B Cardinal

📋 copy color: '#C81C4B'

red 200 ◦ green 28 ◦ blue 75

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

Shades of Cardinal #C81C4B

Tints of Cardinal #C81C4B

RGB

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

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

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

R = 66.01%
G = 9.24%
B = 24.75%

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

#C81C4B (or 0xC81C4B) is known color: Cardinal. HEX triplet: C8, 1C and 4B. RGB value is (200,28,75). Sum of RGB (Red+Green+Blue) = 200+28+75=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81C4B is #37E3B4. Grayscale: #545454. Windows color (decimal): -3662773 or 4922568. OLE color: 4922568.

HSL color Cylindrical-coordinate representation of color #C81C4B: hue angle of 343.6º 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 #C81C4B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 28 75 -
CMYK 0 0.86 0.62 0.22
HSL 343.6º 0.75% 0.45% -
HSV(B) 343.6º 0.86% 0.78% -
XYZ 25.5 13.62 7.94 -
YUV 84.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 200 28 75 0 0.86 0.62 0.22 343.6 0.75 0.45
Hex C8 1C 4B 0 56 3E 16 158 4B 2D
Octal 310 34 113 0 126 76 26 530 113 55
Binary 11001000 11100 1001011 0 1010110 111110 10110 101011000 1001011 101101

Color Harmonies of #C81C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81C4B

Black with #C81C4B

Text Example


Text Example

White with #C81C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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