Html Css Color HEX #CB1730 Cardinal

📋 copy color: '#CB1730'

red 203 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #CB1730

Tints of Cardinal #CB1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.39%

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

R = 74.09%
G = 8.39%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB1730 (or 0xCB1730) is known color: Cardinal. HEX triplet: CB, 17 and 30. RGB value is (203,23,48). Sum of RGB (Red+Green+Blue) = 203+23+48=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1730 is #34E8CF. Grayscale: #4F4F4F. Windows color (decimal): -3467472 or 3151819. OLE color: 3151819.

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

Color convert

RGB 203 23 48 -
CMYK 0 0.89 0.76 0.20
HSL 351.67º 0.8% 0.44% -
HSV(B) 351.67º 0.89% 0.8% -
XYZ 25.47 13.52 4.06 -
YUV 79.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 203 23 48 0 0.89 0.76 0.20 351.67 0.8 0.44
Hex CB 17 30 0 59 4C 14 160 50 2C
Octal 313 27 60 0 131 114 24 540 120 54
Binary 11001011 10111 110000 0 1011001 1001100 10100 101100000 1010000 101100

Color Harmonies of #CB1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1730

Black with #CB1730

Text Example


Text Example

White with #CB1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1730; }

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

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

background-color css

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

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

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

border-color css

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

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

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