Html Css Color HEX #CB2738 Cardinal

📋 copy color: '#CB2738'

red 203 ◦ green 39 ◦ blue 56

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

Shades of Cardinal #CB2738

Tints of Cardinal #CB2738

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

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

R = 68.12%
G = 13.09%
B = 18.79%

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

#CB2738 (or 0xCB2738) is known color: Cardinal. HEX triplet: CB, 27 and 38. RGB value is (203,39,56). Sum of RGB (Red+Green+Blue) = 203+39+56=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2738 is #34D8C7. Grayscale: #5A5A5A. Windows color (decimal): -3463368 or 3680203. OLE color: 3680203.

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

Color convert

RGB 203 39 56 -
CMYK 0 0.81 0.72 0.20
HSL 353.78º 0.68% 0.47% -
HSV(B) 353.78º 0.81% 0.8% -
XYZ 26.07 14.43 5.15 -
YUV 89.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 203 39 56 0 0.81 0.72 0.20 353.78 0.68 0.47
Hex CB 27 38 0 51 48 14 162 44 2F
Octal 313 47 70 0 121 110 24 542 104 57
Binary 11001011 100111 111000 0 1010001 1001000 10100 101100010 1000100 101111

Color Harmonies of #CB2738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2738

Black with #CB2738

Text Example


Text Example

White with #CB2738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2738; }

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

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

background-color css

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

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

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

border-color css

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

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

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