Html Css Color HEX #CB2530 Cardinal

📋 copy color: '#CB2530'

red 203 ◦ green 37 ◦ blue 48

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

Shades of Cardinal #CB2530

Tints of Cardinal #CB2530

RGB

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

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

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

R = 70.49%
G = 12.85%
B = 16.67%

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

#CB2530 (or 0xCB2530) is known color: Cardinal. HEX triplet: CB, 25 and 30. RGB value is (203,37,48). Sum of RGB (Red+Green+Blue) = 203+37+48=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2530 is #34DACF. Grayscale: #585858. Windows color (decimal): -3463888 or 3155403. OLE color: 3155403.

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

Color convert

RGB 203 37 48 -
CMYK 0 0.82 0.76 0.20
HSL 356.02º 0.69% 0.47% -
HSV(B) 356.02º 0.82% 0.8% -
XYZ 25.82 14.23 4.18 -
YUV 87.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 203 37 48 0 0.82 0.76 0.20 356.02 0.69 0.47
Hex CB 25 30 0 52 4C 14 164 45 2F
Octal 313 45 60 0 122 114 24 544 105 57
Binary 11001011 100101 110000 0 1010010 1001100 10100 101100100 1000101 101111

Color Harmonies of #CB2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2530

Black with #CB2530

Text Example


Text Example

White with #CB2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2530; }

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

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

background-color css

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

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

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

border-color css

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

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

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