Html Css Color HEX #CB1435 Cardinal

📋 copy color: '#CB1435'

red 203 ◦ green 20 ◦ blue 53

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

Shades of Cardinal #CB1435

Tints of Cardinal #CB1435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 73.55%
G = 7.25%
B = 19.2%

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

#CB1435 (or 0xCB1435) is known color: Cardinal. HEX triplet: CB, 14 and 35. RGB value is (203,20,53). Sum of RGB (Red+Green+Blue) = 203+20+53=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1435 is #34EBCA. Grayscale: #4E4E4E. Windows color (decimal): -3468235 or 3478731. OLE color: 3478731.

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

Color convert

RGB 203 20 53 -
CMYK 0 0.90 0.74 0.20
HSL 349.18º 0.82% 0.44% -
HSV(B) 349.18º 0.9% 0.8% -
XYZ 25.52 13.45 4.62 -
YUV 78.48 113.63 216.82 -
System Red Green Blue C M Y K H S L
Decimal 203 20 53 0 0.90 0.74 0.20 349.18 0.82 0.44
Hex CB 14 35 0 5A 4A 14 15D 52 2C
Octal 313 24 65 0 132 112 24 535 122 54
Binary 11001011 10100 110101 0 1011010 1001010 10100 101011101 1010010 101100

Color Harmonies of #CB1435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1435

Black with #CB1435

Text Example


Text Example

White with #CB1435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1435; }

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

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

background-color css

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

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

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

border-color css

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

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

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