Html Css Color HEX #CB203F Cardinal

📋 copy color: '#CB203F'

red 203 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #CB203F

Tints of Cardinal #CB203F

RGB

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

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

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

R = 68.12%
G = 10.74%
B = 21.14%

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

#CB203F (or 0xCB203F) is known color: Cardinal. HEX triplet: CB, 20 and 3F. RGB value is (203,32,63). Sum of RGB (Red+Green+Blue) = 203+32+63=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB203F is #34DFC0. Grayscale: #565656. Windows color (decimal): -3465153 or 4137163. OLE color: 4137163.

HSL color Cylindrical-coordinate representation of color #CB203F: hue angle of 349.12º 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 #CB203F is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 63 -
CMYK 0 0.84 0.69 0.20
HSL 349.12º 0.73% 0.46% -
HSV(B) 349.12º 0.84% 0.8% -
XYZ 26.04 14.09 6.05 -
YUV 86.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 203 32 63 0 0.84 0.69 0.20 349.12 0.73 0.46
Hex CB 20 3F 0 54 45 14 15D 49 2E
Octal 313 40 77 0 124 105 24 535 111 56
Binary 11001011 100000 111111 0 1010100 1000101 10100 101011101 1001001 101110

Color Harmonies of #CB203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB203F

Black with #CB203F

Text Example


Text Example

White with #CB203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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