Html Css Color HEX #CB034A Crimson

📋 copy color: '#CB034A'

red 203 ◦ green 3 ◦ blue 74

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

Shades of Crimson #CB034A

Tints of Crimson #CB034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 72.5%
G = 1.07%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB034A (or 0xCB034A) is known color: Crimson. HEX triplet: CB, 03 and 4A. RGB value is (203,3,74). Sum of RGB (Red+Green+Blue) = 203+3+74=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB034A is #34FCB5. Grayscale: #464646. Windows color (decimal): -3472566 or 4850635. OLE color: 4850635.

HSL color Cylindrical-coordinate representation of color #CB034A: hue angle of 338.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB034A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 3 74 -
CMYK 0 0.99 0.64 0.20
HSL 338.7º 0.97% 0.4% -
HSV(B) 338.7º 0.99% 0.8% -
XYZ 25.9 13.26 7.67 -
YUV 70.89 129.76 222.23 -
System Red Green Blue C M Y K H S L
Decimal 203 3 74 0 0.99 0.64 0.20 338.7 0.97 0.4
Hex CB 3 4A 0 63 40 14 153 61 28
Octal 313 3 112 0 143 100 24 523 141 50
Binary 11001011 11 1001010 0 1100011 1000000 10100 101010011 1100001 101000

Color Harmonies of #CB034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB034A

Black with #CB034A

Text Example


Text Example

White with #CB034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB034A; }

 p { color: rgb(203,3,74); }

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

background-color css

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

 a { background-color: rgb(203,3,74); }

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

border-color css

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

 span { border-color: rgb(203,3,74); }

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