Html Css Color HEX #CB2638 Cardinal

📋 copy color: '#CB2638'

red 203 ◦ green 38 ◦ blue 56

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

Shades of Cardinal #CB2638

Tints of Cardinal #CB2638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

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

R = 68.35%
G = 12.79%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB2638 (or 0xCB2638) is known color: Cardinal. HEX triplet: CB, 26 and 38. RGB value is (203,38,56). Sum of RGB (Red+Green+Blue) = 203+38+56=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2638 is #34D9C7. Grayscale: #595959. Windows color (decimal): -3463624 or 3679947. OLE color: 3679947.

HSL color Cylindrical-coordinate representation of color #CB2638: hue angle of 353.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2638 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 38 56 -
CMYK 0 0.81 0.72 0.20
HSL 353.45º 0.68% 0.47% -
HSV(B) 353.45º 0.81% 0.8% -
XYZ 26.04 14.37 5.14 -
YUV 89.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 203 38 56 0 0.81 0.72 0.20 353.45 0.68 0.47
Hex CB 26 38 0 51 48 14 161 44 2F
Octal 313 46 70 0 121 110 24 541 104 57
Binary 11001011 100110 111000 0 1010001 1001000 10100 101100001 1000100 101111

Color Harmonies of #CB2638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2638

Black with #CB2638

Text Example


Text Example

White with #CB2638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2638; }

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

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

background-color css

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

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

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

border-color css

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

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

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