Html Css Color HEX #CB1342 Cardinal

📋 copy color: '#CB1342'

red 203 ◦ green 19 ◦ blue 66

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

Shades of Cardinal #CB1342

Tints of Cardinal #CB1342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.6%

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 70.49%
G = 6.6%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB1342 (or 0xCB1342) is known color: Cardinal. HEX triplet: CB, 13 and 42. RGB value is (203,19,66). Sum of RGB (Red+Green+Blue) = 203+19+66=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1342 is #34ECBD. Grayscale: #4F4F4F. Windows color (decimal): -3468478 or 4330443. OLE color: 4330443.

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

Color convert

RGB 203 19 66 -
CMYK 0 0.91 0.67 0.20
HSL 344.67º 0.83% 0.44% -
HSV(B) 344.67º 0.91% 0.8% -
XYZ 25.84 13.56 6.41 -
YUV 79.37 120.46 216.18 -
System Red Green Blue C M Y K H S L
Decimal 203 19 66 0 0.91 0.67 0.20 344.67 0.83 0.44
Hex CB 13 42 0 5B 43 14 159 53 2C
Octal 313 23 102 0 133 103 24 531 123 54
Binary 11001011 10011 1000010 0 1011011 1000011 10100 101011001 1010011 101100

Color Harmonies of #CB1342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1342

Black with #CB1342

Text Example


Text Example

White with #CB1342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1342; }

 p { color: rgb(203,19,66); }

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

background-color css

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

 a { background-color: rgb(203,19,66); }

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

border-color css

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

 span { border-color: rgb(203,19,66); }

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