Html Css Color HEX #CB132F Cardinal

📋 copy color: '#CB132F'

red 203 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #CB132F

Tints of Cardinal #CB132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 75.46%
G = 7.06%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB132F (or 0xCB132F) is known color: Cardinal. HEX triplet: CB, 13 and 2F. RGB value is (203,19,47). Sum of RGB (Red+Green+Blue) = 203+19+47=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB132F is #34ECD0. Grayscale: #4D4D4D. Windows color (decimal): -3468497 or 3085259. OLE color: 3085259.

HSL color Cylindrical-coordinate representation of color #CB132F: hue angle of 350.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB132F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 47 -
CMYK 0 0.91 0.77 0.20
HSL 350.87º 0.83% 0.44% -
HSV(B) 350.87º 0.91% 0.8% -
XYZ 25.37 13.37 3.93 -
YUV 77.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 203 19 47 0 0.91 0.77 0.20 350.87 0.83 0.44
Hex CB 13 2F 0 5B 4D 14 15F 53 2C
Octal 313 23 57 0 133 115 24 537 123 54
Binary 11001011 10011 101111 0 1011011 1001101 10100 101011111 1010011 101100

Color Harmonies of #CB132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB132F

Black with #CB132F

Text Example


Text Example

White with #CB132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB132F; }

 p { color: rgb(203,19,47); }

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

background-color css

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

 a { background-color: rgb(203,19,47); }

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

border-color css

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

 span { border-color: rgb(203,19,47); }

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