Html Css Color HEX #CF233F Cardinal

📋 copy color: '#CF233F'

red 207 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #CF233F

Tints of Cardinal #CF233F

RGB

 RED value IS 207 (81.25% from 255) = 67.87%

 GREEN value IS 35 (14.06% from 255) = 11.48%

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

R = 67.87%
G = 11.48%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF233F (or 0xCF233F) is known color: Cardinal. HEX triplet: CF, 23 and 3F. RGB value is (207,35,63). Sum of RGB (Red+Green+Blue) = 207+35+63=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF233F is #30DCC0. Grayscale: #595959. Windows color (decimal): -3202241 or 4137935. OLE color: 4137935.

HSL color Cylindrical-coordinate representation of color #CF233F: hue angle of 350.23º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF233F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 35 63 -
CMYK 0 0.83 0.70 0.19
HSL 350.23º 0.71% 0.47% -
HSV(B) 350.23º 0.83% 0.81% -
XYZ 27.23 14.83 6.13 -
YUV 89.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 207 35 63 0 0.83 0.70 0.19 350.23 0.71 0.47
Hex CF 23 3F 0 53 46 13 15E 47 2F
Octal 317 43 77 0 123 106 23 536 107 57
Binary 11001111 100011 111111 0 1010011 1000110 10011 101011110 1000111 101111

Color Harmonies of #CF233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF233F

Black with #CF233F

Text Example


Text Example

White with #CF233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF233F; }

 p { color: rgb(207,35,63); }

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

background-color css

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

 a { background-color: rgb(207,35,63); }

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

border-color css

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

 span { border-color: rgb(207,35,63); }

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