Html Css Color HEX #CB1A2E Cardinal

📋 copy color: '#CB1A2E'

red 203 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #CB1A2E

Tints of Cardinal #CB1A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.45%

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 73.82%
G = 9.45%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB1A2E (or 0xCB1A2E) is known color: Cardinal. HEX triplet: CB, 1A and 2E. RGB value is (203,26,46). Sum of RGB (Red+Green+Blue) = 203+26+46=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1A2E is #34E5D1. Grayscale: #515151. Windows color (decimal): -3466706 or 3021515. OLE color: 3021515.

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

Color convert

RGB 203 26 46 -
CMYK 0 0.87 0.77 0.20
HSL 353.22º 0.77% 0.45% -
HSV(B) 353.22º 0.87% 0.8% -
XYZ 25.49 13.63 3.87 -
YUV 81.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 203 26 46 0 0.87 0.77 0.20 353.22 0.77 0.45
Hex CB 1A 2E 0 57 4D 14 161 4D 2D
Octal 313 32 56 0 127 115 24 541 115 55
Binary 11001011 11010 101110 0 1010111 1001101 10100 101100001 1001101 101101

Color Harmonies of #CB1A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1A2E

Black with #CB1A2E

Text Example


Text Example

White with #CB1A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1A2E; }

 p { color: rgb(203,26,46); }

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

background-color css

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

 a { background-color: rgb(203,26,46); }

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

border-color css

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

 span { border-color: rgb(203,26,46); }

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