Html Css Color HEX #C9123F Cardinal

📋 copy color: '#C9123F'

red 201 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #C9123F

Tints of Cardinal #C9123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 71.28%
G = 6.38%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9123F (or 0xC9123F) is known color: Cardinal. HEX triplet: C9, 12 and 3F. RGB value is (201,18,63). Sum of RGB (Red+Green+Blue) = 201+18+63=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9123F is #36EDC0. Grayscale: #4D4D4D. Windows color (decimal): -3599809 or 4133577. OLE color: 4133577.

HSL color Cylindrical-coordinate representation of color #C9123F: hue angle of 345.25º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9123F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 63 -
CMYK 0 0.91 0.69 0.21
HSL 345.25º 0.84% 0.43% -
HSV(B) 345.25º 0.91% 0.79% -
XYZ 25.2 13.21 5.92 -
YUV 77.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 201 18 63 0 0.91 0.69 0.21 345.25 0.84 0.43
Hex C9 12 3F 0 5B 45 15 159 54 2B
Octal 311 22 77 0 133 105 25 531 124 53
Binary 11001001 10010 111111 0 1011011 1000101 10101 101011001 1010100 101011

Color Harmonies of #C9123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9123F

Black with #C9123F

Text Example


Text Example

White with #C9123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9123F; }

 p { color: rgb(201,18,63); }

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

background-color css

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

 a { background-color: rgb(201,18,63); }

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

border-color css

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

 span { border-color: rgb(201,18,63); }

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