Html Css Color HEX #C90F43 Cardinal

📋 copy color: '#C90F43'

red 201 ◦ green 15 ◦ blue 67

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

Shades of Cardinal #C90F43

Tints of Cardinal #C90F43

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

 BLUE value IS 67 (26.56% from 255) = 23.67%

R = 71.02%
G = 5.3%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C90F43 (or 0xC90F43) is known color: Cardinal. HEX triplet: C9, 0F and 43. RGB value is (201,15,67). Sum of RGB (Red+Green+Blue) = 201+15+67=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90F43 is #36F0BC. Grayscale: #4C4C4C. Windows color (decimal): -3600573 or 4394953. OLE color: 4394953.

HSL color Cylindrical-coordinate representation of color #C90F43: hue angle of 343.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90F43 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 15 67 -
CMYK 0 0.93 0.67 0.21
HSL 343.23º 0.86% 0.42% -
HSV(B) 343.23º 0.93% 0.79% -
XYZ 25.27 13.16 6.52 -
YUV 76.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 201 15 67 0 0.93 0.67 0.21 343.23 0.86 0.42
Hex C9 F 43 0 5D 43 15 157 56 2A
Octal 311 17 103 0 135 103 25 527 126 52
Binary 11001001 1111 1000011 0 1011101 1000011 10101 101010111 1010110 101010

Color Harmonies of #C90F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F43

Black with #C90F43

Text Example


Text Example

White with #C90F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F43; }

 p { color: rgb(201,15,67); }

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

background-color css

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

 a { background-color: rgb(201,15,67); }

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

border-color css

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

 span { border-color: rgb(201,15,67); }

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