Html Css Color HEX #CB1130 Cardinal

📋 copy color: '#CB1130'

red 203 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #CB1130

Tints of Cardinal #CB1130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

 BLUE value IS 48 (19.14% from 255) = 17.91%

R = 75.75%
G = 6.34%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB1130 (or 0xCB1130) is known color: Cardinal. HEX triplet: CB, 11 and 30. RGB value is (203,17,48). Sum of RGB (Red+Green+Blue) = 203+17+48=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1130 is #34EECF. Grayscale: #4C4C4C. Windows color (decimal): -3469008 or 3150283. OLE color: 3150283.

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

Color convert

RGB 203 17 48 -
CMYK 0 0.92 0.76 0.20
HSL 350º 0.85% 0.43% -
HSV(B) 350º 0.92% 0.8% -
XYZ 25.36 13.31 4.03 -
YUV 76.15 112.12 218.48 -
System Red Green Blue C M Y K H S L
Decimal 203 17 48 0 0.92 0.76 0.20 350 0.85 0.43
Hex CB 11 30 0 5C 4C 14 15E 55 2B
Octal 313 21 60 0 134 114 24 536 125 53
Binary 11001011 10001 110000 0 1011100 1001100 10100 101011110 1010101 101011

Color Harmonies of #CB1130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1130

Black with #CB1130

Text Example


Text Example

White with #CB1130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1130; }

 p { color: rgb(203,17,48); }

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

background-color css

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

 a { background-color: rgb(203,17,48); }

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

border-color css

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

 span { border-color: rgb(203,17,48); }

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