Html Css Color HEX #CB1C38 Cardinal

📋 copy color: '#CB1C38'

red 203 ◦ green 28 ◦ blue 56

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

Shades of Cardinal #CB1C38

Tints of Cardinal #CB1C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.76%

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

R = 70.73%
G = 9.76%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB1C38 (or 0xCB1C38) is known color: Cardinal. HEX triplet: CB, 1C and 38. RGB value is (203,28,56). Sum of RGB (Red+Green+Blue) = 203+28+56=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1C38 is #34E3C7. Grayscale: #535353. Windows color (decimal): -3466184 or 3677387. OLE color: 3677387.

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

Color convert

RGB 203 28 56 -
CMYK 0 0.86 0.72 0.20
HSL 350.4º 0.76% 0.45% -
HSV(B) 350.4º 0.86% 0.8% -
XYZ 25.76 13.81 5.05 -
YUV 83.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 203 28 56 0 0.86 0.72 0.20 350.4 0.76 0.45
Hex CB 1C 38 0 56 48 14 15E 4C 2D
Octal 313 34 70 0 126 110 24 536 114 55
Binary 11001011 11100 111000 0 1010110 1001000 10100 101011110 1001100 101101

Color Harmonies of #CB1C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1C38

Black with #CB1C38

Text Example


Text Example

White with #CB1C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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