#CB1E3D

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

Shades of Cardinal #CB1E3D

Tints of Cardinal #CB1E3D

Color information

#CB1E3D (or 0xCB1E3D) is unknown color: approx Cardinal. HEX triplet: CB, 1E and 3D. RGB value is (203,30,61). Sum of RGB (Red+Green+Blue) = 203+30+61=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E3D is #34E1C2. Grayscale: #555555. Windows color (decimal): -3465667 or 4005579. OLE color: 4005579.

HSL color Cylindrical-coordinate representation of color #CB1E3D: hue angle of 349.25º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E3D is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB2033061-
CMYK00.850.700.20
HSL349.25º74.25%45.69%-
HSV(B)349.25º85.22%79.61%-
XYZ25.9413.965.74-
YUV85.26114.31211.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.05%
GREEN value IS 30 (12.11% from 255) = 10.20%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=69.05%
G=10.20%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203306100.850.700.20349.2574.2545.69
HexCB1E3D055461415d4a2e
Octal313367501251062453511256
Binary1100101111110111101010101011000110101001010111011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1E3D; }

 p { color: rgb(203,30,61); }

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

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

 a { background-color: rgb(203,30,61); }

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

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

 span { border-color: rgb(203,30,61); }

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