Html Css Color HEX #CB2038 Cardinal

📋 copy color: '#CB2038'

red 203 ◦ green 32 ◦ blue 56

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

Shades of Cardinal #CB2038

Tints of Cardinal #CB2038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 69.76%
G = 11%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB2038 (or 0xCB2038) is known color: Cardinal. HEX triplet: CB, 20 and 38. RGB value is (203,32,56). Sum of RGB (Red+Green+Blue) = 203+32+56=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2038 is #34DFC7. Grayscale: #555555. Windows color (decimal): -3465160 or 3678411. OLE color: 3678411.

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

Color convert

RGB 203 32 56 -
CMYK 0 0.84 0.72 0.20
HSL 351.58º 0.73% 0.46% -
HSV(B) 351.58º 0.84% 0.8% -
XYZ 25.86 14.02 5.08 -
YUV 85.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 203 32 56 0 0.84 0.72 0.20 351.58 0.73 0.46
Hex CB 20 38 0 54 48 14 160 49 2E
Octal 313 40 70 0 124 110 24 540 111 56
Binary 11001011 100000 111000 0 1010100 1001000 10100 101100000 1001001 101110

Color Harmonies of #CB2038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2038

Black with #CB2038

Text Example


Text Example

White with #CB2038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2038; }

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

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

background-color css

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

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

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

border-color css

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

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

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