Html Css Color HEX #C9142F Cardinal

📋 copy color: '#C9142F'

red 201 ◦ green 20 ◦ blue 47

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

Shades of Cardinal #C9142F

Tints of Cardinal #C9142F

RGB

 RED value IS 201 (78.91% from 255) = 75%

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 75%
G = 7.46%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9142F (or 0xC9142F) is known color: Cardinal. HEX triplet: C9, 14 and 2F. RGB value is (201,20,47). Sum of RGB (Red+Green+Blue) = 201+20+47=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9142F is #36EBD0. Grayscale: #4D4D4D. Windows color (decimal): -3599313 or 3085513. OLE color: 3085513.

HSL color Cylindrical-coordinate representation of color #C9142F: hue angle of 351.05º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9142F is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 20 47 -
CMYK 0 0.90 0.77 0.21
HSL 351.05º 0.82% 0.43% -
HSV(B) 351.05º 0.9% 0.79% -
XYZ 24.85 13.12 3.91 -
YUV 77.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 201 20 47 0 0.90 0.77 0.21 351.05 0.82 0.43
Hex C9 14 2F 0 5A 4D 15 15F 52 2B
Octal 311 24 57 0 132 115 25 537 122 53
Binary 11001001 10100 101111 0 1011010 1001101 10101 101011111 1010010 101011

Color Harmonies of #C9142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9142F

Black with #C9142F

Text Example


Text Example

White with #C9142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9142F; }

 p { color: rgb(201,20,47); }

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

background-color css

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

 a { background-color: rgb(201,20,47); }

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

border-color css

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

 span { border-color: rgb(201,20,47); }

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