Html Css Color HEX #CB123F Cardinal

📋 copy color: '#CB123F'

red 203 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #CB123F

Tints of Cardinal #CB123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 63 (25% from 255) = 22.18%

R = 71.48%
G = 6.34%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB123F (or 0xCB123F) is known color: Cardinal. HEX triplet: CB, 12 and 3F. RGB value is (203,18,63). Sum of RGB (Red+Green+Blue) = 203+18+63=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB123F is #34EDC0. Grayscale: #4E4E4E. Windows color (decimal): -3468737 or 4133579. OLE color: 4133579.

HSL color Cylindrical-coordinate representation of color #CB123F: hue angle of 345.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB123F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 63 -
CMYK 0 0.91 0.69 0.20
HSL 345.41º 0.84% 0.43% -
HSV(B) 345.41º 0.91% 0.8% -
XYZ 25.74 13.49 5.95 -
YUV 78.45 119.29 216.84 -
System Red Green Blue C M Y K H S L
Decimal 203 18 63 0 0.91 0.69 0.20 345.41 0.84 0.43
Hex CB 12 3F 0 5B 45 14 159 54 2B
Octal 313 22 77 0 133 105 24 531 124 53
Binary 11001011 10010 111111 0 1011011 1000101 10100 101011001 1010100 101011

Color Harmonies of #CB123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB123F

Black with #CB123F

Text Example


Text Example

White with #CB123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB123F; }

 p { color: rgb(203,18,63); }

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

background-color css

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

 a { background-color: rgb(203,18,63); }

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

border-color css

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

 span { border-color: rgb(203,18,63); }

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