Html Css Color HEX #C9263A Cardinal

📋 copy color: '#C9263A'

red 201 ◦ green 38 ◦ blue 58

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

Shades of Cardinal #C9263A

Tints of Cardinal #C9263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 67.68%
G = 12.79%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9263A (or 0xC9263A) is known color: Cardinal. HEX triplet: C9, 26 and 3A. RGB value is (201,38,58). Sum of RGB (Red+Green+Blue) = 201+38+58=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9263A is #36D9C5. Grayscale: #595959. Windows color (decimal): -3594694 or 3811017. OLE color: 3811017.

HSL color Cylindrical-coordinate representation of color #C9263A: hue angle of 352.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9263A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 58 -
CMYK 0 0.81 0.71 0.21
HSL 352.64º 0.68% 0.47% -
HSV(B) 352.64º 0.81% 0.79% -
XYZ 25.54 14.11 5.38 -
YUV 89.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 201 38 58 0 0.81 0.71 0.21 352.64 0.68 0.47
Hex C9 26 3A 0 51 47 15 161 44 2F
Octal 311 46 72 0 121 107 25 541 104 57
Binary 11001001 100110 111010 0 1010001 1000111 10101 101100001 1000100 101111

Color Harmonies of #C9263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9263A

Black with #C9263A

Text Example


Text Example

White with #C9263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9263A; }

 p { color: rgb(201,38,58); }

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

background-color css

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

 a { background-color: rgb(201,38,58); }

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

border-color css

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

 span { border-color: rgb(201,38,58); }

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