Html Css Color HEX #CB042F Crimson

📋 copy color: '#CB042F'

red 203 ◦ green 4 ◦ blue 47

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

Shades of Crimson #CB042F

Tints of Crimson #CB042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 79.92%
G = 1.57%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB042F (or 0xCB042F) is known color: Crimson. HEX triplet: CB, 04 and 2F. RGB value is (203,4,47). Sum of RGB (Red+Green+Blue) = 203+4+47=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB042F is #34FBD0. Grayscale: #444444. Windows color (decimal): -3472337 or 3081419. OLE color: 3081419.

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

Color convert

RGB 203 4 47 -
CMYK 0 0.98 0.77 0.20
HSL 347.04º 0.96% 0.41% -
HSV(B) 347.04º 0.98% 0.8% -
XYZ 25.19 12.99 3.87 -
YUV 68.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 203 4 47 0 0.98 0.77 0.20 347.04 0.96 0.41
Hex CB 4 2F 0 62 4D 14 15B 60 29
Octal 313 4 57 0 142 115 24 533 140 51
Binary 11001011 100 101111 0 1100010 1001101 10100 101011011 1100000 101001

Color Harmonies of #CB042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB042F

Black with #CB042F

Text Example


Text Example

White with #CB042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB042F; }

 p { color: rgb(203,4,47); }

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

background-color css

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

 a { background-color: rgb(203,4,47); }

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

border-color css

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

 span { border-color: rgb(203,4,47); }

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