#C0233E

Color #C0233E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C0233E

Tints of Cardinal #C0233E

Color information

#C0233E (or 0xC0233E) is unknown color: approx Cardinal. HEX triplet: C0, 23 and 3E. RGB value is (192,35,62). Sum of RGB (Red+Green+Blue) = 192+35+62=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0233E is #3FDCC1. Grayscale: #555555. Windows color (decimal): -4185282 or 4072384. OLE color: 4072384.

HSL color Cylindrical-coordinate representation of color #C0233E: hue angle of 349.68º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0233E is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1923562-
CMYK00.820.680.25
HSL349.68º69.16%44.51%-
HSV(B)349.68º81.77%75.29%-
XYZ23.2112.765.8-
YUV85.02115.01204.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.44%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=66.44%
G=12.11%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192356200.820.680.25349.6869.1644.51
HexC0233E052441915e452d
Octal300437601221043153610555
Binary11000000100011111110010100101000100110011010111101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0233E; }

 p { color: rgb(192,35,62); }

 H1.HeaderClassName
 {
   color: #C0233E;
 }
 .AnyTagClassName
 {
   color: #C0233E;
 }
</style>
background-color css

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

 a { background-color: rgb(192,35,62); }

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

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

 span { border-color: rgb(192,35,62); }

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