Html Css Color HEX #CB2531 Cardinal

📋 copy color: '#CB2531'

red 203 ◦ green 37 ◦ blue 49

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

Shades of Cardinal #CB2531

Tints of Cardinal #CB2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 70.24%
G = 12.8%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB2531 (or 0xCB2531) is known color: Cardinal. HEX triplet: CB, 25 and 31. RGB value is (203,37,49). Sum of RGB (Red+Green+Blue) = 203+37+49=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2531 is #34DACE. Grayscale: #585858. Windows color (decimal): -3463887 or 3220939. OLE color: 3220939.

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

Color convert

RGB 203 37 49 -
CMYK 0 0.82 0.76 0.20
HSL 355.66º 0.69% 0.47% -
HSV(B) 355.66º 0.82% 0.8% -
XYZ 25.84 14.24 4.29 -
YUV 88 106 210.02 -
System Red Green Blue C M Y K H S L
Decimal 203 37 49 0 0.82 0.76 0.20 355.66 0.69 0.47
Hex CB 25 31 0 52 4C 14 164 45 2F
Octal 313 45 61 0 122 114 24 544 105 57
Binary 11001011 100101 110001 0 1010010 1001100 10100 101100100 1000101 101111

Color Harmonies of #CB2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2531

Black with #CB2531

Text Example


Text Example

White with #CB2531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2531; }

 p { color: rgb(203,37,49); }

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

background-color css

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

 a { background-color: rgb(203,37,49); }

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

border-color css

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

 span { border-color: rgb(203,37,49); }

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