Html Css Color HEX #CB1434 Cardinal

📋 copy color: '#CB1434'

red 203 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #CB1434

Tints of Cardinal #CB1434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 73.82%
G = 7.27%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB1434 (or 0xCB1434) is known color: Cardinal. HEX triplet: CB, 14 and 34. RGB value is (203,20,52). Sum of RGB (Red+Green+Blue) = 203+20+52=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1434 is #34EBCB. Grayscale: #4E4E4E. Windows color (decimal): -3468236 or 3413195. OLE color: 3413195.

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

Color convert

RGB 203 20 52 -
CMYK 0 0.90 0.74 0.20
HSL 349.51º 0.82% 0.44% -
HSV(B) 349.51º 0.9% 0.8% -
XYZ 25.5 13.44 4.5 -
YUV 78.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 203 20 52 0 0.90 0.74 0.20 349.51 0.82 0.44
Hex CB 14 34 0 5A 4A 14 15E 52 2C
Octal 313 24 64 0 132 112 24 536 122 54
Binary 11001011 10100 110100 0 1011010 1001010 10100 101011110 1010010 101100

Color Harmonies of #CB1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1434

Black with #CB1434

Text Example


Text Example

White with #CB1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1434; }

 p { color: rgb(203,20,52); }

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

background-color css

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

 a { background-color: rgb(203,20,52); }

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

border-color css

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

 span { border-color: rgb(203,20,52); }

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