Html Css Color HEX #CB203E Cardinal

📋 copy color: '#CB203E'

red 203 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #CB203E

Tints of Cardinal #CB203E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 68.35%
G = 10.77%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB203E (or 0xCB203E) is known color: Cardinal. HEX triplet: CB, 20 and 3E. RGB value is (203,32,62). Sum of RGB (Red+Green+Blue) = 203+32+62=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB203E is #34DFC1. Grayscale: #565656. Windows color (decimal): -3465154 or 4071627. OLE color: 4071627.

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

Color convert

RGB 203 32 62 -
CMYK 0 0.84 0.69 0.20
HSL 349.47º 0.73% 0.46% -
HSV(B) 349.47º 0.84% 0.8% -
XYZ 26.01 14.08 5.9 -
YUV 86.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 203 32 62 0 0.84 0.69 0.20 349.47 0.73 0.46
Hex CB 20 3E 0 54 45 14 15D 49 2E
Octal 313 40 76 0 124 105 24 535 111 56
Binary 11001011 100000 111110 0 1010100 1000101 10100 101011101 1001001 101110

Color Harmonies of #CB203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB203E

Black with #CB203E

Text Example


Text Example

White with #CB203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB203E; }

 p { color: rgb(203,32,62); }

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

background-color css

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

 a { background-color: rgb(203,32,62); }

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

border-color css

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

 span { border-color: rgb(203,32,62); }

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