Html Css Color HEX #CB223F Cardinal

📋 copy color: '#CB223F'

red 203 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #CB223F

Tints of Cardinal #CB223F

RGB

 RED value IS 203 (79.69% from 255) = 67.67%

 GREEN value IS 34 (13.67% from 255) = 11.33%

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

R = 67.67%
G = 11.33%
B = 21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB223F (or 0xCB223F) is known color: Cardinal. HEX triplet: CB, 22 and 3F. RGB value is (203,34,63). Sum of RGB (Red+Green+Blue) = 203+34+63=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB223F is #34DDC0. Grayscale: #575757. Windows color (decimal): -3464641 or 4137675. OLE color: 4137675.

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

Color convert

RGB 203 34 63 -
CMYK 0 0.83 0.69 0.20
HSL 349.7º 0.71% 0.46% -
HSV(B) 349.7º 0.83% 0.8% -
XYZ 26.1 14.2 6.07 -
YUV 87.84 113.99 210.14 -
System Red Green Blue C M Y K H S L
Decimal 203 34 63 0 0.83 0.69 0.20 349.7 0.71 0.46
Hex CB 22 3F 0 53 45 14 15E 47 2E
Octal 313 42 77 0 123 105 24 536 107 56
Binary 11001011 100010 111111 0 1010011 1000101 10100 101011110 1000111 101110

Color Harmonies of #CB223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB223F

Black with #CB223F

Text Example


Text Example

White with #CB223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB223F; }

 p { color: rgb(203,34,63); }

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

background-color css

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

 a { background-color: rgb(203,34,63); }

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

border-color css

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

 span { border-color: rgb(203,34,63); }

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