Html Css Color HEX #CB2536 Cardinal

📋 copy color: '#CB2536'

red 203 ◦ green 37 ◦ blue 54

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

Shades of Cardinal #CB2536

Tints of Cardinal #CB2536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 69.05%
G = 12.59%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB2536 (or 0xCB2536) is known color: Cardinal. HEX triplet: CB, 25 and 36. RGB value is (203,37,54). Sum of RGB (Red+Green+Blue) = 203+37+54=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2536 is #34DAC9. Grayscale: #585858. Windows color (decimal): -3463882 or 3548619. OLE color: 3548619.

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

Color convert

RGB 203 37 54 -
CMYK 0 0.82 0.73 0.20
HSL 353.86º 0.69% 0.47% -
HSV(B) 353.86º 0.82% 0.8% -
XYZ 25.96 14.29 4.88 -
YUV 88.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 203 37 54 0 0.82 0.73 0.20 353.86 0.69 0.47
Hex CB 25 36 0 52 49 14 162 45 2F
Octal 313 45 66 0 122 111 24 542 105 57
Binary 11001011 100101 110110 0 1010010 1001001 10100 101100010 1000101 101111

Color Harmonies of #CB2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2536

Black with #CB2536

Text Example


Text Example

White with #CB2536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2536; }

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

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

background-color css

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

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

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

border-color css

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

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

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